You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/composer.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@
24
24
"symfony/console": "~2.4|~3.0.0",
25
25
"symfony/event-dispatcher": "~2.2|~3.0.0"
26
26
},
27
+
"conflict": {
28
+
"symfony/http-kernel": ">=3.0"
29
+
},
27
30
"suggest": {
28
31
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
29
32
"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