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