Skip to content

Commit 175a0b4

Browse files
[6.4] Allow 7.0 deps
1 parent 827f59f commit 175a0b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"php": ">=8.1"
2020
},
2121
"require-dev": {
22-
"symfony/config": "^6.2",
23-
"symfony/http-foundation": "^5.4|^6.0",
24-
"symfony/yaml": "^5.4|^6.0",
25-
"symfony/expression-language": "^5.4|^6.0",
26-
"symfony/dependency-injection": "^5.4|^6.0",
22+
"symfony/config": "^6.2|^7.0",
23+
"symfony/http-foundation": "^5.4|^6.0|^7.0",
24+
"symfony/yaml": "^5.4|^6.0|^7.0",
25+
"symfony/expression-language": "^5.4|^6.0|^7.0",
26+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
2727
"doctrine/annotations": "^1.12|^2",
2828
"psr/log": "^1|^2|^3"
2929
},

0 commit comments

Comments
 (0)