merged branch fabpot/monolog-exceptions (PR #670)
This PR was merged into the master branch. Discussion ---------- added exception in the Monolog context when appropriate (closes #613, closes #614) Added support for PSR-3 logging and the special exception key. Commits ------- 973ee703 added exception in the Monolog context when appropriate (closes #613, closes #614)
Showing
... | ... | @@ -40,7 +40,8 @@ |
"symfony/validator": ">=2.1,<2.3-dev", | ||
"twig/twig": ">=1.8.0,<2.0-dev", | ||
"doctrine/dbal": ">=2.2.0,<2.4.0-dev", | ||
"swiftmailer/swiftmailer": "4.2.*" | ||
"swiftmailer/swiftmailer": "4.2.*", | ||
"monolog/monolog": "~1.4,>=1.4.1" | ||
}, | ||
"suggest": { | ||
"symfony/browser-kit": ">=2.1,<2.3-dev", | ||
... | ... |
Please register or sign in to comment