8000 minor #60341 [DebugBundle] require the 7.3+ of the Config component (… · symfony/symfony@2b9f361 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b9f361

Browse files
committed
minor #60341 [DebugBundle] require the 7.3+ of the Config component (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [DebugBundle] require the 7.3+ of the Config component | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT related to #59762, we could bump the conflict rule instead, but I don't see a use case where using the bundle without the Config component actually makes sense Commits ------- 28d1a83 require the 7.3+ of the Config component
2 parents b0199cc + 28d1a83 commit 2b9f361

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Symfony/Bundle/DebugBundle/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,15 @@
1919
"php": ">=8.2",
2020
"ext-xml": "*",
2121
"composer-runtime-api": ">=2.1",
22+
"symfony/config": "^7.3",
2223
"symfony/dependency-injection": "^6.4|^7.0",
2324
"symfony/http-kernel": "^6.4|^7.0",
2425
"symfony/twig-bridge": "^6.4|^7.0",
2526
"symfony/var-dumper": "^6.4|^7.0"
2627
},
2728
"require-dev": {
28-
"symfony/config": "^7.3",
2929
"symfony/web-profiler-bundle": "^6.4|^7.0"
3030
},
31-
"conflict": {
32-
"symfony/config": "<6.4",
33-
"symfony/dependency-injection": "<6.4"
34-
},
3531
"autoload": {
3632
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" },
3733
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0