浏览代码

Added support for php8.3

â€MrWeez 1 年之前
父节点
当前提交
bfb169e191
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/install/functions.php
  2. 0 0
      storage/app/public/logo.png

+ 1 - 1
public/install/functions.php

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

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