Update Installer.php

pull/3546/head
Shlee 2022-06-19 15:15:13 +09:30 zatwierdzone przez GitHub
rodzic 2e0587cef8
commit 211b497240
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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