Skip to content

Commit e78ef63

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 77df447 + f6ec21d commit e78ef63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/event-dispatcher-contracts": "^1.1|^2",
20+
"symfony/event-dispatcher-contracts": "^1.1|^2|^3",
2121
"symfony/polyfill-php80": "^1.16",
22-
"symfony/service-contracts": "^1.1.6|^2",
23-
"symfony/deprecation-contracts": "^2.1",
22+
"symfony/service-contracts": "^1.1.6|^2|^3",
23+
"symfony/deprecation-contracts": "^2.1|^3",
2424
"symfony/password-hasher": "^5.3|^6.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)