Skip to content

Commit 85d7244

Browse files
committed
Remove ext-mbstring dependency.
mbstring is not a hard dependency for 2.x. The Multibyte class can shim up the missing extension. Refs cakephp#2564
1 parent 107f883 commit 85d7244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=5.2.8",
22-
"ext-mcrypt": "*",
23-
"ext-mbstring": "*"
22+
"ext-mcrypt": "*"
2423
},
2524
"require-dev": {
2625
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)