diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f85c2d1 --- /dev/null +++ b/composer.json @@ -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"] + } +}