From 7699a71255b89e979671b832eceb4acf211b131b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 26 Feb 2018 21:43:04 +0200 Subject: [PATCH] PHP 7.2 Compatibility #1918 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7e48e88aa76f..be2ca1f0fcc6 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=7.0.0 <7.2", + "php": ">=7.0.0", "ext-gd": "*", "ext-gmp": "*", "anahkiasen/former": "4.*",