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