فهرست منبع

fix installer showing php8.2 as red

1day2die 2 سال پیش
والد
کامیت
3a348ee894
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/install/functions.php

+ 1 - 1
public/install/functions.php

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