Skip to content

Commit 9130e1a

Browse files
authored
Fix polyfill-php73 requirement
1 parent 829274f commit 9130e1a

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
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/polyfill-mbstring": "~1.0",
22-
"symfony/polyfill-php73": "^1.8",
22+
"symfony/polyfill-php73": "^1.9",
2323
"symfony/polyfill-php80": "^1.16",
2424
"symfony/service-contracts": "^1.1|^2|^3",
2525
"symfony/string": "^5.1|^6.0"

0 commit comments

Comments
 (0)