minor #9683 [MonologBridge] updated Composer suggested packages (aitboudad)

This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes #9683).

Discussion
----------

[MonologBridge] updated Composer suggested packages

Commits
-------

1faf588 [MonologBridge] updated Composer suggested packages
This commit is contained in:
Fabien Potencier 2013-12-03 11:22:46 +01:00
commit 8221ce0a8b

View File

@ -26,7 +26,8 @@
},
"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."
"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.",
"symfony/event-dispatcher": "Needed when using log messages in console commands"
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Monolog\\": "" }