Skip to content

Commit 753c886

Browse files
authored
Merge pull request #170 from JanPetterMG/patch-1
mbstring requirement
2 parents 90a6fd4 + fb17f53 commit 753c886

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
@@ -19,7 +19,8 @@
1919
},
2020
"require": {
2121
"php": ">=5.4.0",
22-
"ext-curl": "*"
22+
"ext-curl": "*",
23+
"ext-mbstring": "*"
2324
},
2425
"require-dev": {
2526
"guzzlehttp/guzzle": "5.x",

0 commit comments

Comments
 (0)