Page MenuHomePhabricator

ext-mbstring is missing in composer.json
Closed, InvalidPublic

Description

Please excuse my possibly too weak PHP-fu, but I believe we should add:

{
  "require": {
    "ext-mbstring": "*"
  }
}

See Segmenter which is using mb_strlen, mb_substr, mb_strpos and mb_strtoupper.