Skip to content

Commit 0bb331a

Browse files
authored
Adds mbstring as a required extension due to use of mb_* functions (#61)
1 parent ff4b8a4 commit 0bb331a

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
@@ -20,7 +20,8 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"ext-json": "*"
23+
"ext-json": "*",
24+
"ext-mbstring": "*"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^9.0 | ^10.0",

0 commit comments

Comments
 (0)