From 01222024680f2b836f962b07972c1fe0fd024292 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 2 Jan 2020 19:36:05 +0300 Subject: [PATCH] refactor(admin-plugin): add `ext-gd` to the require section of composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 06696adf..8ca9627f 100755 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "php": ">=7.2.0", "ext-json": "*", "ext-mbstring": "*", + "ext-gd": "*", "doctrine/cache": "~1.10.0", "doctrine/collections": "~1.6.4",