Skip to content

Commit 60bfdaa

Browse files
minor symfony#38383 [FrameworkBundle] disallow FrameworkBundle 4.4+ (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] disallow FrameworkBundle 4.4+ | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Since symfony#34619 (merged in 4.4.1) the request stack can no longer be passed as an argument to the `HtmlErrorRenderer` constructor. However, FrameworkBundle 4.4 refuses to be used with WebProfilerBundle 3.4 since symfony#34369 (merged in 4.4.0-RC1). Commits ------- ad45e9c disallow FrameworkBundle 4.4+
2 parents 1b68947 + ad45e9c commit 60bfdaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"conflict": {
3636
"symfony/dependency-injection": "<3.4",
3737
"symfony/event-dispatcher": "<3.3.1",
38+
"symfony/framework-bundle": ">4.3.99",
3839
"symfony/var-dumper": "<3.3"
3940
},
4041
"autoload": {

0 commit comments

Comments
 (0)