Skip to content

Commit

Permalink
Remove ext-mbstring dependency.
Browse files Browse the repository at this point in the history
mbstring is not a hard dependency for 2.x. The Multibyte class can shim
up the missing extension.

Refs #2564
  • Loading branch information
markstory committed Dec 30, 2013
1 parent 107f883 commit 85d7244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -19,8 +19,7 @@
},
"require": {
"php": ">=5.2.8",
"ext-mcrypt": "*",
"ext-mbstring": "*"
"ext-mcrypt": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 85d7244

Please sign in to comment.