Skip to content

Commit 59ffd04

Browse files
committed
added a conflict between Monolog bridge 2.8 and HTTP Kernel 3.0+
1 parent 27c122e commit 59ffd04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"symfony/console": "~2.4|~3.0.0",
2525
"symfony/event-dispatcher": "~2.2|~3.0.0"
2626
},
27+
"conflict": {
28+
"symfony/http-kernel": ">=3.0"
29+
},
2730
"suggest": {
2831
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
2932
"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.",

0 commit comments

Comments
 (0)