From 13c3811966e7feef83c9af44f4d93258fc946d3c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 30 Nov 2023 16:18:46 +0100 Subject: [PATCH] wait #6527 @0:10 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 274046b..cfb3895 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,10 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=7.0.0", "ext-ssh2": "*", - "cubist/util": "dev-master" + "cubist/util": "dev-master", + "ext-ftp": "*" }, "suggest": { -- 2.39.5