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

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

This commit is contained in:
Awilum
2020-01-02 19:50:44 +03:00
parent a573dfa8f7
commit 1d39a02e0d

View File

@@ -19,6 +19,7 @@
"php": ">=7.2.0",
"ext-json": "*",
"ext-gd": "*",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",