taskman_deploy/composer.json

11 lines
260 B
JSON

{
"name": "bit/taskman_deploy",
"description": "android test farm",
"homepage": "https://git.bit5.ru/composer/taskman_deploy",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["deploy.inc.php"]
}
}