Skip to content

Commit 0cbac31

Browse files
Added missing mbstring soft requirement (#175)
1 parent 2d18d67 commit 0cbac31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"require": {
3434
"php": "^5.6 || ^7.0",
35+
"symfony/polyfill-mbstring": "^1.7",
3536
"symfony/process": "^3.4|^4.0|^5.0"
3637
},
3738
"require-dev": {

0 commit comments

Comments
 (0)