Skip to content

Commit 40c7508

Browse files
[6.4] Allow 7.0 deps
1 parent 8a58186 commit 40c7508

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
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"ext-xml": "*",
21-
"symfony/dependency-injection": "^5.4|^6.0",
22-
"symfony/http-kernel": "^5.4|^6.0",
23-
"symfony/twig-bridge": "^5.4|^6.0",
24-
"symfony/var-dumper": "^5.4|^6.0"
21+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
22+
"symfony/http-kernel": "^5.4|^6.0|^7.0",
23+
"symfony/twig-bridge": "^5.4|^6.0|^7.0",
24+
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2525
},
2626
"require-dev": {
27-
"symfony/config": "^5.4|^6.0",
28-
"symfony/web-profiler-bundle": "^5.4|^6.0"
27+
"symfony/config": "^5.4|^6.0|^7.0",
28+
"symfony/web-profiler-bundle": "^5.4|^6.0|^7.0"
2929
},
3030
"conflict": {
3131
"symfony/config": "<5.4",

0 commit comments

Comments
 (0)