Skip to content

Commit a958ff2

Browse files
[6.4] Allow 7.0 deps
1 parent a30aee1 commit a958ff2

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
@@ -22,8 +22,8 @@
2222
"require-dev": {
2323
"symfony/event-dispatcher-contracts": "^2.5|^3",
2424
"symfony/http-client-contracts": "^2.5|^3",
25-
"symfony/http-foundation": "^5.4|^6.0",
26-
"symfony/messenger": "^5.4|^6.0"
25+
"symfony/http-foundation": "^5.4|^6.0|^7.0",
26+
"symfony/messenger": "^5.4|^6.0|^7.0"
2727
},
2828
"conflict": {
2929
"symfony/event-dispatcher": "<5.4",

0 commit comments

Comments
 (0)