]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix MonologBundle deprecation
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Nov 2016 19:29:41 +0000 (20:29 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Nov 2016 20:25:05 +0000 (21:25 +0100)
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.

composer.json

index 52e3235fd9bb28bf58d7ed40666d63facab8f1b7..a5ef95296ad6c202fb1e26d011db566c83362f0f 100644 (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",