minor #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 #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 #34369 (merged in 4.4.0-RC1).

Commits
-------

ad45e9cfdd disallow FrameworkBundle 4.4+
This commit is contained in:
Nicolas Grekas 2020-10-02 14:28:27 +02:00
commit 60bfdaa6b8
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<3.3.1",
"symfony/framework-bundle": ">4.3.99",
"symfony/var-dumper": "<3.3"
},
"autoload": {