Browse Source

Added support for php8.3

â€MrWeez 1 year ago
parent
commit
bfb169e191
2 changed files with 1 additions and 1 deletions
  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