diff --git a/src/Install/Actions/IndexAction.php b/src/Install/Actions/IndexAction.php index 2812a2978..9ba012a75 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', 'json', 'gd'] as $extension) { + foreach (['mbstring', 'pdo_mysql', 'json', 'gd', 'dom'] as $extension) { if (! extension_loaded($extension)) { $errors[] = [ 'message' => 'The '.$extension.' extension is required.'