Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 0750ede

Browse files
authored
Add ext-mbstring to requirements
`mb_strpos` function is used in several places in the project. Many features will not work without `ext-mbstring` installed.
1 parent 139980f commit 0750ede

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"php": "^5.6 || ~7.0",
1616
"symfony/process": "^2.8 || ^3.1 || ^4.0",
1717
"ext-curl": "*",
18-
"ext-zip": "*"
18+
"ext-zip": "*",
19+
"ext-mbstring": "*"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "^5.7",

0 commit comments

Comments
 (0)