From 1d39a02e0d523613f46323c85faa9720c4c6cba9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 2 Jan 2020 19:50:44 +0300 Subject: [PATCH] refactor(admin-plugin): add `ext-dom` to the require section of composer.json #347 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4174c1ee..18be9a82 100755 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "php": ">=7.2.0", "ext-json": "*", "ext-gd": "*", + "ext-dom": "*", "ext-mbstring": "*", "ext-fileinfo": "*",