From de86682562535da5a1650ba876b3b35a1327afbd Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 30 Jan 2024 09:52:52 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B06037=20-=20Increase=20PHP=20max.=20non-s?= =?UTF-8?q?upported=20version=20to=208.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- setup/setuputils.class.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7da855f85..9f993c0cb 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "AGPL-3.0-only", "require": { - "php": ">=8.1.0 <8.2.0", + "php": ">=8.1.0 <8.4.0", "ext-ctype": "*", "ext-dom": "*", "ext-gd": "*", diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 98a1cfbd9..aa5c4657f 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -104,7 +104,7 @@ class SetupUtils const PHP_NEXT_MIN_VERSION = ''; // No new PHP requirement for next iTop version yet const MYSQL_NEXT_MIN_VERSION = ''; // No new MySQL requirement for next iTop version yet // -- First recent version that is not yet validated by Combodo (warning) - const PHP_NOT_VALIDATED_VERSION = '8.2.0'; + const PHP_NOT_VALIDATED_VERSION = '8.4.0'; const MIN_MEMORY_LIMIT = '32M'; const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048;