added mbstring as requirement to composer
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user