Skip to content

Commit 7f2e8eb

Browse files
committed
MAGETWO-39005: Web-setup wizard and Composer install do not check for mbstring as required library
- added dependency on mbstring
1 parent 6b5e713 commit 7f2e8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"ext-iconv": "*",
5656
"ext-intl": "*",
5757
"ext-xsl": "*",
58+
"ext-mbstring": "*",
5859
"sjparkinson/static-review": "~4.1",
5960
"fabpot/php-cs-fixer": "~1.2",
6061
"lusitanian/oauth": "~0.3"

0 commit comments

Comments
 (0)