diff --git a/src/Install/Actions/IndexAction.php b/src/Install/Actions/IndexAction.php index e257fb5a5..0302b5076 100644 --- a/src/Install/Actions/IndexAction.php +++ b/src/Install/Actions/IndexAction.php @@ -49,7 +49,7 @@ class IndexAction extends HtmlAction ]; } - foreach (['mbstring', 'pdo_mysql'] as $extension) { + foreach (['mbstring', 'pdo_mysql', 'json', 'gd'] as $extension) { if (! extension_loaded($extension)) { $errors[] = [ 'message' => 'The '.$extension.' extension is required.'