Skip to content

Commit

Permalink
Add mbstring dependency to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Feb 28, 2018
1 parent d638fd8 commit fa89f0d
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 fa89f0d

Please sign in to comment.