Adding composer.json

This commit is contained in:
Pavel Shevaev 2022-05-16 14:40:10 +03:00
parent e10147eed3
commit 21662d907c
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"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"]
}
}