taskman_deploy/composer.json

11 lines
260 B
JSON
Raw Permalink Normal View History

2022-07-28 17:37:42 +03:00
{
"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"]
}
}