Skip to content

Commit e9ce9c7

Browse files
minor #44209 Allow v3 contracts where possible (derrabus)
This PR was merged into the 5.4 branch. Discussion ---------- Allow v3 contracts where possible | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- e171a3e51e Allow v3 contracts where possible
2 parents 4d3d976 + ef59452 commit e9ce9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/polyfill-ctype": "~1.8",
2222
"symfony/polyfill-mbstring": "~1.0",
2323
"symfony/polyfill-php73": "~1.0",
2424
"symfony/polyfill-php80": "^1.16",
25-
"symfony/translation-contracts": "^1.1|^2"
25+
"symfony/translation-contracts": "^1.1|^2|^3"
2626
},
2727
"require-dev": {
2828
"symfony/console": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)