12 lines
261 B
JSON
12 lines
261 B
JSON
|
{
|
||
|
"name": "bit/meta_filters",
|
||
|
"description": "Collection of shared meta filters",
|
||
|
"homepage": "https://git.bit5.ru/composer/meta_filters",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": ["filters.inc.php"]
|
||
|
}
|
||
|
}
|