Add "ext-mbstring" to "require-dev" in composer.json
This commit is contained in:
parent
2348488730
commit
01f50e5d27
|
|
@ -31,7 +31,8 @@
|
|||
"sebastian/recursion-context": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.4"
|
||||
"phpunit/phpunit": "~4.4",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue