taskman_deploy/composer.json

12 lines
316 B
JSON
Raw Normal View History

2022-07-28 17:37:42 +03:00
{
"name": "bit/taskman_deploy",
"description": "Remote host exec and deploy basic utils",
2022-07-28 17:37:42 +03:00
"homepage": "https://git.bit5.ru/composer/taskman_deploy",
"require": {
"php": ">=7.4",
"amphp/amp" : "~v2.6.2"
2022-07-28 17:37:42 +03:00
},
"autoload": {
"classmap": ["deploy.inc.php"]
}
}