Explorar o código

fix installer php version

1day2die %!s(int64=2) %!d(string=hai) anos
pai
achega
a5ec206a08
Modificáronse 1 ficheiros con 1 adicións e 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',
 ];