1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 11:21:30 +02:00

refactor(admin-plugin): add ext-gd to the require section of composer.json

This commit is contained in:
Awilum
2020-01-02 19:36:05 +03:00
parent 145d59a5b8
commit 0122202468

View File

@@ -19,6 +19,7 @@
"php": ">=7.2.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"doctrine/cache": "~1.10.0",
"doctrine/collections": "~1.6.4",