Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50f37f0

Browse filesBrowse files
committed
fix merge
1 parent d1353c0 commit 50f37f0
Copy full SHA for 50f37f0

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
+1-1Lines 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;

‎src/Symfony/Component/EventDispatcher/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.