Skip to content

Commit

Permalink
Merge pull request #561 from PhrozenByte/patch-3
Browse files Browse the repository at this point in the history
Add mbstring dependency to composer.json
  • Loading branch information
aidantwoods committed Feb 28, 2018
2 parents d638fd8 + fa89f0d commit 97dd037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -13,7 +13,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
Expand Down

0 comments on commit 97dd037

Please sign in to comment.