added a conflict between Monolog bridge 2.8 and HTTP Kernel 3.0+

This commit is contained in:
Fabien Potencier 2016-05-04 18:16:16 +02:00
parent 27c122e0ca
commit 59ffd04d18

View File

@ -24,6 +24,9 @@
"symfony/console": "~2.4|~3.0.0",
"symfony/event-dispatcher": "~2.2|~3.0.0"
},
"conflict": {
"symfony/http-kernel": ">=3.0"
},
"suggest": {
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",