Browse Source

Remove ext-mbstring dependency.

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

Refs #2564
mark_story 12 years ago
parent
commit
85d72443b6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      composer.json

+ 1 - 2
composer.json

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