mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
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:
parent
107f883223
commit
85d72443b6
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=5.2.8",
|
||||
"ext-mcrypt": "*",
|
||||
"ext-mbstring": "*"
|
||||
"ext-mcrypt": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
|
|
Loading…
Reference in a new issue