Prechádzať zdrojové kódy

Added support for php8.3

â€MrWeez 1 rok pred
rodič
commit
bfb169e191

+ 1 - 1
public/install/functions.php

@@ -19,7 +19,7 @@ $required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer'
 
 
 $requirements = [
 $requirements = [
     'minPhp' => '8.1',
     'minPhp' => '8.1',
-    'maxPhp' => '8.3', // This version is not supported
+    'maxPhp' => '8.4', // This version is not supported
     'mysql' => '5.7.22',
     'mysql' => '5.7.22',
 ];
 ];
 
 

+ 0 - 0
storage/app/public/logo.png