Merge pull request #561 from PhrozenByte/patch-3

Add mbstring dependency to composer.json
This commit is contained in:
Aidan Woods 2018-02-28 23:47:01 +00:00 committed by GitHub
commit 97dd037e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"