diff --git a/composer.json b/composer.json index d4d415d..4df1c7f 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,10 @@ { "name": "bit/taskman_deploy", - "description": "android test farm", + "description": "Remote host exec and deploy basic utils", "homepage": "https://git.bit5.ru/composer/taskman_deploy", "require": { - "php": ">=7.4" + "php": ">=7.4", + "amphp/amp" : "~v2.6.2" }, "autoload": { "classmap": ["deploy.inc.php"]