8000 bug #1040 Update symfony/monolog-bundle to 3.x (pierredup) · symfony/symfony-standard@49f86b5 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 49f86b5

Browse files
committed
bug #1040 Update symfony/monolog-bundle to 3.x (pierredup)
This PR was squashed before being merged into the 2.7 branch (closes #1040). Discussion ---------- Update symfony/monolog-bundle to 3.x Currently when using Symfony >= 2.8.14 with monolog-bundle 2.11.3, no logs are shown in the profiler. When using monolog-bundle 2.12, the logs appear again. I haven't tested on 2.7 yet, but this change should work fine for 2.7 as well. Related: symfony/symfony#21014 Commits ------- 447f086 Update symfony/monolog-bundle to 3.x
2 parents f37e051 + 447f086 commit 49f86b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"doctrine/doctrine-bundle": "~1.4",
1414
"symfony/assetic-bundle": "~2.3",
1515
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
16-
"symfony/monolog-bundle": "~2.11.3",
16+
"symfony/monolog-bundle": "^3.0.2",
1717
"sensio/distribution-bundle": "~4.0",
1818
"sensio/framework-extra-bundle": "^3.0.2",
1919
"incenteev/composer-parameter-handler": "~2.0"

0 commit comments

Comments
 (0)
0