From 7071712a0a1f74bde0e8303c3c020ed718801b29 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 20 Sep 2022 13:42:45 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05535=20-=20Fix=20PHP=20max=20version=20t?= =?UTF-8?q?o=208.1=20in=20composer=20for=20iTop=203.0.2+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0b9be0d6..9a9c5c854 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "AGPL-3.0-only", "require": { - "php": ">=7.1.3 <8.0.0", + "php": ">=7.1.3 <8.1.0", "ext-ctype": "*", "ext-dom": "*", "ext-gd": "*",