浏览代码

fix installer php version

fix installer php version
Dennis 2 年之前
父节点
当前提交
3c8261f286
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',
 ];