Skip to content

Commit

Permalink
updated Composer suggested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and fabpot committed Dec 3, 2013
1 parent efcca3e commit 50c7dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Symfony/Bridge/Monolog/composer.json
Expand Up @@ -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\\": "" }
Expand Down

0 comments on commit 50c7dd5

Please sign in to comment.