Skip to content

Commit 962e7a6

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 5d32f89 + 5fd5310 commit 962e7a6

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
@@ -21,8 +21,8 @@
2121
"psr/log": "^1|^2|^3"
2222
},
2323
"require-dev": {
24-
"symfony/event-dispatcher-contracts": "^2",
25-
"symfony/http-client-contracts": "^2",
24+
"symfony/event-dispatcher-contracts": "^2|^3",
25+
"symfony/http-client-contracts": "^2|^3",
2626
"symfony/messenger": "^4.4|^5.0|^6.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)