Skip to content

Commit

Permalink
Merge pull request #25 from gnutix/patch-1
Browse files Browse the repository at this point in the history
Add mbstring requirement to composer
  • Loading branch information
suin committed Nov 22, 2013
2 parents 51386ed + 7c87a7b commit da67280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit da67280

Please sign in to comment.