Added support for php8.3
This commit is contained in:
parent
0e29eb171a
commit
bfb169e191
2 changed files with 1 additions and 1 deletions
|
@ -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
storage/app/public/logo.png
Normal file → Executable file
0
storage/app/public/logo.png
Normal file → Executable file
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Loading…
Add table
Reference in a new issue