diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2d3c5af --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "bit/taskman_i18n", + "description": "taskman gamectl i18n utils", + "homepage": "https://git.bit5.ru/composer/taskman_i18n", + "require": { + "php": ">=7.4" + }, + "autoload": { + "classmap": ["i18n.inc.php"] + } +}