metagen/composer.json

23 lines
615 B
JSON
Raw Permalink Normal View History

2022-05-16 14:40:10 +03:00
{
"name": "bit/metagen",
"description": "Metagen",
"homepage": "https://git.bit5.ru/composer/metagen",
"require": {
"php": ">=7.4"
},
"autoload": {
2022-05-16 15:25:48 +03:00
"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"
]
2022-05-16 14:40:10 +03:00
}
}