From a5ec206a089c513bfbc0a93a571a867969dd7385 Mon Sep 17 00:00:00 2001 From: 1day2die Date: Tue, 17 Jan 2023 14:28:13 +0100 Subject: [PATCH] fix installer php version --- public/install/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install/functions.php b/public/install/functions.php index 7eed0735..ed983c57 100644 --- a/public/install/functions.php +++ b/public/install/functions.php @@ -4,7 +4,7 @@ $required_extentions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer' $requirements = [ 'minPhp' => '8.1', - 'maxPhp' => '8.1.9', // This version is not supported + 'maxPhp' => '8.2', // This version is not supported 'mysql' => '5.7.22', ];