taskman_deploy/composer.json

12 lines
332 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",
"amphp/process" : "~v1.1.4",
"phpseclib/phpseclib" : "~2.0.30"
2022-07-28 17:37:42 +03:00
}
}