Skip to content

Commit 2a71991

Browse files
committed
Make mbstring polyfill a hard dependency
1 parent d2013ce commit 2a71991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +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",
2728
"symfony/property-access": "^6.4|^7.1",
2829
"symfony/translation": "^6.4|^7.1"
2930
},
@@ -57,7 +58,6 @@
5758
"symfony/intl": "^6.4.13|^7.1",
5859
"symfony/mime": "^6.4.13|^7.1",
5960
"symfony/phpunit-bridge": "^7.2",
60-
"symfony/polyfill-mbstring":"^1.31.0",
6161
"symfony/twig-bundle": "^6.4|^7.1",
6262
"symfony/var-dumper": "^6.4.13|^7.1",
6363
"symfony/yaml": "^6.4.13|^7.1"

0 commit comments

Comments
 (0)