added mbstring as requirement to composer

This commit is contained in:
krzysiej
2022-06-10 15:27:08 +02:00
parent 140d68c3a9
commit 040ca01158

View File

@@ -49,7 +49,8 @@
"symfony/yaml": "6.0.*", "symfony/yaml": "6.0.*",
"techtube/bookinfo": "1.*", "techtube/bookinfo": "1.*",
"twig/extra-bundle": "^2.12|^3.0", "twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0" "twig/twig": "^2.12|^3.0",
"ext-mbstring": "*"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {