Skip to content

Commit e17bb5e

Browse files
committed
fix merge
1 parent 569e8e4 commit e17bb5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Debug/TraceableEventDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\EventDispatcher\Tests\Debug;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Component\Debug\BufferingLogger;
15+
use Symfony\Component\ErrorHandler\BufferingLogger;
1616
use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher;
1717
use Symfony\Component\EventDispatcher\Event;
1818
use Symfony\Component\EventDispatcher\EventDispatcher;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2424
"symfony/expression-language": "^3.4|^4.0|^5.0",
2525
"symfony/config": "^3.4|^4.0|^5.0",
26-
"symfony/debug": "~3.4|~4.4",
26+
"symfony/error-handler": "~3.4|~4.4",
2727
"symfony/http-foundation": "^3.4|^4.0|^5.0",
2828
"symfony/service-contracts": "^1.1|^2",
2929
"symfony/stopwatch": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)