From a67a04525b36f60908df57cb59136833a62dc98f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 21 Jan 2018 12:44:32 +0200 Subject: [PATCH] PHP 7.2 issues: #1767 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad1a87a9460b..b7d93290c6c8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=7.0.0", + "php": ">=7.0.0 <7.2", "ext-gd": "*", "ext-gmp": "*", "anahkiasen/former": "4.*",