Adding composer.json

This commit is contained in:
Pavel Shevaev 2022-05-16 14:41:44 +03:00
parent cccabe3c48
commit 794091de37
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "bit/taskman_config",
"description": "taskman config utils",
"homepage": "https://git.bit5.ru/composer/taskman_config",
"require": {
"php": ">=7.4"
},
"autoload": {
"files": ["config.inc.php"]
}
}