metagen/composer.json

23 lines
615 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.inc.php",
"targets/php/php_generator.inc.php",
"targets/php/php_tpl.inc.php",
"targets/cs/cs.inc.php",
"targets/cs/cs_generator.inc.php",
"targets/cs/cs_tpl.inc.php",
"targets/go/go.inc.php",
"targets/go/go_generator.inc.php",
"targets/go/go_tlp.inc.php"
]
}
}