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 c79ec26 commit 781acc9Copy full SHA for 781acc9
composer.json
@@ -19,19 +19,15 @@
19
"php": ">=8.2",
20
"ext-xml": "*",
21
"composer-runtime-api": ">=2.1",
22
+ "symfony/config": "^7.3",
23
"symfony/dependency-injection": "^6.4|^7.0",
24
"symfony/http-kernel": "^6.4|^7.0",
25
"symfony/twig-bridge": "^6.4|^7.0",
26
"symfony/var-dumper": "^6.4|^7.0"
27
},
28
"require-dev": {
- "symfony/config": "^7.3",
29
"symfony/web-profiler-bundle": "^6.4|^7.0"
30
31
- "conflict": {
32
- "symfony/config": "<6.4",
33
- "symfony/dependency-injection": "<6.4"
34
- },
35
"autoload": {
36
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" },
37
"exclude-from-classmap": [
0 commit comments