Explorar el Código

fix installer php version

fix installer php version
Dennis hace 2 años
padre
commit
3c8261f286
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/install/functions.php

+ 1 - 1
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',
 ];