Skip to content

Commit 2bca0c6

Browse files
authored
Merge pull request php-webdriver#521 from alexmnv/patch-1
Add `ext-mbstring` to requirements
2 parents 139980f + 0750ede commit 2bca0c6

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)