From 3baa9d8a0bbff1157376879718a88338f4c195cf Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 23 Oct 2023 19:59:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'composer.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"]