ADD: redis to php extention check of the panel installer

This commit is contained in:
S0ly 2024-05-14 15:03:06 +02:00
parent 159ba02c84
commit 1c30f1310d

View file

@ -15,7 +15,7 @@ if (!file_exists('../../.env')) {
(new DotEnv(dirname(__FILE__, 3) . '/.env'))->load();
$required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer', 'bcmath', 'xml', 'curl', 'zip', 'intl'];
$required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer', 'bcmath', 'xml', 'curl', 'zip', 'intl', 'redis'];
$requirements = [
'minPhp' => '8.1',