From: Michael Date: Sun, 15 Aug 2021 22:19:57 +0000 (+0000) Subject: Require PHP >= 7.2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b37a9a5624ff2d5179b51fa204fc4731e29233fc;p=friendica.git Require PHP >= 7.2 --- diff --git a/composer.json b/composer.json index 1e3fcfcffe..179770fbef 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.0", + "php": ">=7.2", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*",