fix installer showing php8.2 as red
This commit is contained in:
parent
8785325a94
commit
3a348ee894
1 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.2', // This version is not supported
|
||||
'maxPhp' => '8.3', // This version is not supported
|
||||
'mysql' => '5.7.22',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue