We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a58186 commit 40c7508Copy full SHA for 40c7508
composer.json
@@ -18,14 +18,14 @@
18
"require": {
19
"php": ">=8.1",
20
"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"
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/twig-bridge": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
25
},
26
"require-dev": {
27
- "symfony/config": "^5.4|^6.0",
28
- "symfony/web-profiler-bundle": "^5.4|^6.0"
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/web-profiler-bundle": "^5.4|^6.0|^7.0"
29
30
"conflict": {
31
"symfony/config": "<5.4",
0 commit comments