Skip to content

Commit

Permalink
Merge pull request MyIntervals#93 from captn3m0/patch-1
Browse files Browse the repository at this point in the history
Adds mbstring extension to composer.json
  • Loading branch information
oliverklee committed Jun 19, 2014
2 parents 4db0e04 + 6017009 commit 0817486
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 @@ -25,7 +25,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-mbstring": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "1.5.*",
Expand Down

0 comments on commit 0817486

Please sign in to comment.