Browse Source

added ext-mbstring as requirement.

Jan Kohlhof 12 years ago
parent
commit
4f92e0516c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/composer.json

+ 2 - 1
lib/composer.json

@@ -18,7 +18,8 @@
         "source": "https://github.com/cakephp/cakephp/"
     },
     "require": {
-        "php": ">=5.4"
+        "php": ">=5.4",
+        "ext-mbstring": "*"
     },
     "require-dev": {
         "phpunit/phpunit": "3.7.*"