Update Installer.php

This commit is contained in:
Shlee 2022-06-19 15:15:13 +09:30 committed by GitHub
parent 2e0587cef8
commit 211b497240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,13 @@ class Installer extends Command
'json', 'json',
'mbstring', 'mbstring',
'openssl', 'openssl',
'gd',
'intl',
'xml',
'zip',
'redis',
]; ];
foreach($extensions as $ext) { foreach($extensions as $ext) {
if(extension_loaded($ext) == false) { if(extension_loaded($ext) == false) {
$this->error("- \"{$ext}\" PHP extension not found, aborting installation"); $this->error("- \"{$ext}\" PHP extension not found, aborting installation");