From b37a9a5624ff2d5179b51fa204fc4731e29233fc Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 15 Aug 2021 22:19:57 +0000 Subject: [PATCH] Require PHP >= 7.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "*",