From c09271be9a1690dd4c546ce8e2a3dc30232b0a6c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 Jan 2020 16:33:52 +0100 Subject: [PATCH] wip #3373 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5487af7..f65f714 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ } ], "require": { - "php": ">=5.4.0" + "php": ">=5.4.0", + "ext-ssh2": "*" } } -- 2.39.5