Skip to content

Commit 15974fc

Browse files
committed
Require mbstring polyfill 1.31 to include mb_trim
1 parent 3550533 commit 15974fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/event-dispatcher": "^6.4|^7.1",
2525
"symfony/framework-bundle": "^6.4|^7.1",
2626
"symfony/options-resolver": "^6.4|^7.1",
27-
"symfony/polyfill-mbstring": "~1.0",
27+
"symfony/polyfill-mbstring": "^1.31.0",
2828
"symfony/property-access": "^6.4|^7.1",
2929
"symfony/translation": "^6.4|^7.1"
3030
},

0 commit comments

Comments
 (0)