From 3b56dc6f5bb37bb6e2c747e6b1e69dd698a109d0 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Fri, 19 Jun 2020 00:34:39 +0300 Subject: [PATCH] Library for work with SSH added to composer, it need for /export --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a85bc9c..d082987 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ }, "require": { "php": "^7.2", - "ext-sockets": "*" + "ext-sockets": "*", + "divineomega/php-ssh-connection": "^2.2" }, "require-dev": { "limedeck/phpunit-detailed-printer": "^5.0",