Fix MonologBundle deprecation

The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead.
This commit is contained in:
Jeremy Benoist 2016-11-22 20:29:41 +01:00
parent 5066c3e066
commit ae741f998e
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -49,7 +49,7 @@
"doctrine/doctrine-cache-bundle": "^1.2",
"twig/extensions": "~1.0",
"symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "^2.8",
"symfony/monolog-bundle": "^3.0",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^3.0.2",
"incenteev/composer-parameter-handler": "^2.0",