From e80fb54522c307afec3d8bb474a47dd9d2d5da64 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 30 Nov 2019 01:52:27 +0100 Subject: Bumped PHP to >=7.2 as it not supported anymore (no security fixes) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4bd7ae40..0af3b2a6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phpcbf": "phpcbf -p" }, "require": { - "php": ">=7.1.0", + "php": ">=7.2.0", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", -- cgit v1.2.3-54-g00ecf