10BC0 [MonologBridge] Bump min version for monolog ^1.25 and drop dead code by lyrixx · Pull Request #33492 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[MonologBridge] Bump min version for monolog ^1.25 and drop dead code
  • Loading branch information
lyrixx committed Sep 6, 2019
commit 1e19c65b67a504e9e97ae4801be1058116a89c4b
2 changes: 1 addition & 1 deletion composer.json
10BC0
Original file line numberDiff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"doctrine/reflection": "~1.0",
"doctrine/doctrine-bundle": "~1.4",
"masterminds/html5": "^2.6",
"monolog/monolog": "~1.11",
"monolog/monolog": "^1.25.1",
"nyholm/psr7": "^1.0",
"ocramius/proxy-manager": "^2.1",
"php-http/httplug": "^1.0|^2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
use Monolog\Formatter\FormatterInterface;
use Monolog\Formatter\LogstashFormatter;
use Monolog\Handler\AbstractHandler;
use Monolog\Handler\FormattableHandlerTrait;
use Monolog\Handler\ProcessableHandlerTrait;
use Monolog\Logger;
use Symfony\Component\HttpClient\HttpClient;
use Symfony\Contracts\HttpClient\Exception\ExceptionInterface;
Expand Down
73 changes: 0 additions & 73 deletions src/Symfony/Bridge/Monolog/Handler/FormattableHandlerTrait.php

This file was deleted.

74 changes: 0 additions & 74 deletions src/Symfony/Bridge/Monolog/Handler/ProcessableHandlerTrait.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Monolog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1.3",
"monolog/monolog": "~1.19",
"monolog/monolog": "^1.25.1",
"symfony/service-contracts": "^1.1",
"symfony/http-kernel": "^4.3"
},
Expand Down
0