File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \Component \Console \Output \ConsoleOutputInterface ;
20
20
use Symfony \Component \Console \Output \OutputInterface ;
21
21
use Symfony \Component \Console \Style \SymfonyStyle ;
22
- use Symfony \Component \Debug \Exception \FatalThrowableError ;
23
22
use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
23
+ use Symfony \Component \ErrorHandler \Exception \FatalThrowableError ;
24
24
use Symfony \Component \HttpKernel \Bundle \Bundle ;
25
25
use Symfony \Component \HttpKernel \Kernel ;
26
26
use Symfony \Component \HttpKernel \KernelInterface ;
Original file line number Diff line number Diff line change 29
29
use Symfony \Component \Cache \DependencyInjection \CachePoolPrunerPass ;
30
30
use Symfony \Component \Config \Resource \ClassExistenceResource ;
31
31
use Symfony \Component \Console \DependencyInjection \AddConsoleCommandPass ;
32
- use Symfony \Component \Debug \ErrorHandler ;
33
32
use Symfony \Component \DependencyInjection \Compiler \PassConfig ;
34
33
use Symfony \Component \DependencyInjection \Compiler \RegisterReverseContainerPass ;
35
34
use Symfony \Component \DependencyInjection \ContainerBuilder ;
35
+ use Symfony \Component \ErrorHandler \ErrorHandler ;
36
36
use Symfony \Component \ErrorRenderer \DependencyInjection \ErrorRendererPass ;
37
37
use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
38
38
use Symfony \Component \Form \DependencyInjection \FormPass ;
Original file line number Diff line number Diff line change 70
70
"symfony/asset" : " <3.4" ,
71
71
"symfony/browser-kit" : " <4.3" ,
72
72
"symfony/console" : " <4.3" ,
73
- "symfony/debug" : " <4.4" ,
74
73
"symfony/dotenv" : " <4.2" ,
75
74
"symfony/dom-crawler" : " <4.3" ,
76
75
"symfony/form" : " <4.3" ,
You can’t perform that action at this time.
0 commit comments