fix installer php version

fix installer php version
This commit is contained in:
Dennis 2023-01-17 14:30:31 +01:00 committed by GitHub
commit 3c8261f286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
];