Skip to content

Commit 071539e

Browse files
committed
Revert "Installer: remove unnecessary mbstring check"
This reverts commit 869f019. Resolves #955
1 parent 8fee53d commit 071539e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ function () {
120120
);
121121

122122
$required_extensions = [
123+
// Either mbstring or iconv is required by Symfony Console (even though this is not enforced in its composer.json).
124+
'mbstring',
123125
'openssl',
124126
'pcre',
125127
];

0 commit comments

Comments
 (0)