Skip to content

Commit b7c45db

Browse files
W0rmasergeyklay
authored andcommitted
Add direct dependency for mbstring extension because this package uses mb_detect_encoding()
1 parent a00cb7b commit b7c45db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"require": {
1818
"php": "^8.0",
1919
"ext-json": "*",
20+
"ext-mbstring": "*",
2021
"ext-pdo": "*",
2122
"codeception/codeception": "*@dev"
2223
},

0 commit comments

Comments
 (0)