From edefa4da4f88216f183edd9f802ad0a21ba2b985 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 13 Jul 2020 15:35:18 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02330=20-=20set=20the=20php=20minimum=20v?= =?UTF-8?q?ersion=20to=207.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e363d44da..f8f9e0230 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "type": "project", "license": "AGPLv3", "require": { - "php": ">=5.6.0", + "php": ">=7.2.0", "ext-ctype": "*", "ext-dom": "*", "ext-gd": "*", @@ -37,7 +37,7 @@ }, "config": { "platform": { - "php": "5.6.0" + "php": "7.2.0" }, "vendor-dir": "lib", "preferred-install": {