Adding composer.json

This commit is contained in:
Pavel Shevaev 2022-05-18 09:53:12 +03:00
parent 037a8c065b
commit 8b8e0d88c3
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -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"]
}
}