fix installer php version
This commit is contained in:
parent
a088b81366
commit
a5ec206a08
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ $required_extentions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer'
|
|||
|
||||
$requirements = [
|
||||
'minPhp' => '8.1',
|
||||
'maxPhp' => '8.1.9', // This version is not supported
|
||||
'maxPhp' => '8.2', // This version is not supported
|
||||
'mysql' => '5.7.22',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue