12 lines
286 B
JSON
12 lines
286 B
JSON
|
{
|
||
|
"name": "bit/metagen",
|
||
|
"description": "Metagen",
|
||
|
"homepage": "https://git.bit5.ru/composer/metagen",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": ["metagen.inc.php", "targets/php/*.php", "targets/cs/*.php", "targets/go/*.php"]
|
||
|
}
|
||
|
}
|