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

composer.json: ext-json and ext-mbstring added into require section #117

This commit is contained in:
Awilum
2019-06-10 13:50:02 +03:00
parent 40b1efcde2
commit 6e334aae24

View File

@@ -17,6 +17,9 @@
},
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"ext-mbstring": "*",
"doctrine/cache": "1.8.0",
"thunderer/shortcode": "0.7.2",
"flextype-components/arr" : "1.2.5",