Skip to content

Commit 13d5a27

Browse files
committed
add require ext-mbstring
1 parent a9b8c80 commit 13d5a27

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
@@ -31,7 +31,8 @@
3131
"stefanak-michal/bolt": "^5.1",
3232
"symfony/polyfill-php80": "^1.2",
3333
"psr/simple-cache": ">=2.0",
34-
"ext-json": "*"
34+
"ext-json": "*",
35+
"ext-mbstring": "*"
3536
},
3637
"provide": {
3738
"psr/simple-cache-implementation": "2.0|3.0"

0 commit comments

Comments
 (0)