Skip to content

Commit 9ebe352

Browse files
[6.4] Allow 7.0 deps
1 parent 3af8ac1 commit 9ebe352

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"symfony/event-dispatcher-contracts": "^2.5|^3"
2121
},
2222
"require-dev": {
23-
"symfony/dependency-injection": "^5.4|^6.0",
24-
"symfony/expression-language": "^5.4|^6.0",
25-
"symfony/config": "^5.4|^6.0",
26-
"symfony/error-handler": "^5.4|^6.0",
27-
"symfony/http-foundation": "^5.4|^6.0",
23+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
24+
"symfony/expression-language": "^5.4|^6.0|^7.0",
25+
"symfony/config": "^5.4|^6.0|^7.0",
26+
"symfony/error-handler": "^5.4|^6.0|^7.0",
27+
"symfony/http-foundation": "^5.4|^6.0|^7.0",
2828
"symfony/service-contracts": "^2.5|^3",
29-
"symfony/stopwatch": "^5.4|^6.0",
29+
"symfony/stopwatch": "^5.4|^6.0|^7.0",
3030
"psr/log": "^1|^2|^3"
3131
},
3232
"conflict": {

0 commit comments

Comments
 (0)