From 7abf0da1f18995d1ea441b8b9c77f895452cf388 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 2 Jan 2020 19:55:57 +0300 Subject: [PATCH] refactor(admin-plugin): add `ext-spl` 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 18be9a82..b90ff2bd 100755 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "ext-json": "*", "ext-gd": "*", "ext-dom": "*", + "ext-spl": "*", "ext-mbstring": "*", "ext-fileinfo": "*",