1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 05:16:03 +02:00

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

This commit is contained in:
Awilum
2020-01-02 19:37:38 +03:00
parent 0122202468
commit a573dfa8f7

View File

@@ -18,8 +18,9 @@
"require": {
"php": ">=7.2.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"doctrine/cache": "~1.10.0",
"doctrine/collections": "~1.6.4",