Remove ext-mbstring dependency.

mbstring is not a hard dependency for 2.x. The Multibyte class can shim
up the missing extension.

Refs #2564
This commit is contained in:
mark_story 2013-12-29 23:49:17 -05:00
parent 107f883223
commit 85d72443b6

View file

@ -19,8 +19,7 @@
},
"require": {
"php": ">=5.2.8",
"ext-mcrypt": "*",
"ext-mbstring": "*"
"ext-mcrypt": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",