Added support for php8.3

This commit is contained in:
â€MrWeez 2024-02-29 01:29:31 +03:00
parent 0e29eb171a
commit bfb169e191
2 changed files with 1 additions and 1 deletions

View file

@ -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
View file

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB