Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ff0273

Browse files
minor #31734 [HttpKernel] Don't install HttpKernel 4.4 with Console 5 (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpKernel] Don't install HttpKernel 4.4 with Console 5 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Another attempt to get the build of #31709 green. Because the base class of `ConsoleEvent` was changed, the Console component 5.0 in going to be incompatible with `DebugHandlersListener` in HttpKernel 4.4. Commits ------- 44f326d HttpKernel 4.4 is incompatible with Console 5 because of the EventDispatcher changes.
2 parents 299b626 + 44f326d commit 2ff0273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"symfony/browser-kit": "^4.3|^5.0",
2929
"symfony/config": "^3.4|^4.0|^5.0",
30-
"symfony/console": "^3.4|^4.0|^5.0",
30+
"symfony/console": "^3.4|^4.0",
3131
"symfony/css-selector": "^3.4|^4.0|^5.0",
3232
"symfony/dependency-injection": "^4.3|^5.0",
3333
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
@@ -49,6 +49,7 @@
4949
"conflict": {
5050
"symfony/browser-kit": "<4.3",
5151
"symfony/config": "<3.4",
52+
"symfony/console": ">=5",
5253
"symfony/dependency-injection": "<4.3",
5354
"symfony/translation": "<4.2",
5455
"symfony/var-dumper": "<4.1.1",

0 commit comments

Comments
 (0)