File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \EventDispatcher \Tests \Debug ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Component \Debug \BufferingLogger ;
15
+ use Symfony \Component \ErrorHandler \BufferingLogger ;
16
16
use Symfony \Component \EventDispatcher \Debug \TraceableEventDispatcher ;
17
17
use Symfony \Component \EventDispatcher \Event ;
18
18
use Symfony \Component \EventDispatcher \EventDispatcher ;
Original file line number Diff line number Diff line change 23
23
"symfony/dependency-injection" : " ^3.4|^4.0|^5.0" ,
24
24
"symfony/expression-language" : " ^3.4|^4.0|^5.0" ,
25
25
"symfony/config" : " ^3.4|^4.0|^5.0" ,
26
- "symfony/debug " : " ~3.4|~4.4" ,
26
+ "symfony/error-handler " : " ~3.4|~4.4" ,
27
27
"symfony/http-foundation" : " ^3.4|^4.0|^5.0" ,
28
28
"symfony/service-contracts" : " ^1.1|^2" ,
29
29
"symfony/stopwatch" : " ^3.4|^4.0|^5.0" ,
You can’t perform that action at this time.
0 commit comments