Skip to content

Commit 3cd4a41

Browse files
bug #52218 [FrameworkBundle] Add conflict with WebProfilerBundle < 6.4 (HeahDude)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Add conflict with `WebProfilerBundle` < 6.4 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | #52210 | License | MIT Commits ------- 6f8c91230e [FrameworkBundle] Add conflict with `WebProfilerBundle` < 6.4
2 parents 701e7b5 + 1b0da5b commit 3cd4a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"symfony/twig-bridge": "<5.4",
102102
"symfony/twig-bundle": "<5.4",
103103
"symfony/validator": "<6.4",
104-
"symfony/web-profiler-bundle": "<5.4",
104+
"symfony/web-profiler-bundle": "<6.4",
105105
"symfony/workflow": "<6.4"
106106
},
107107
"autoload": {

0 commit comments

Comments
 (0)