File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111use Symfony \Component \Console \Input \InputInterface ;
1212use Symfony \Component \Console \Input \InputOption ;
1313use Symfony \Component \Console \Output \OutputInterface ;
14- use Symfony \Component \Debug \Exception \FlattenException ;
14+ use Symfony \Component \ErrorHandler \Exception \FlattenException ;
1515use Symfony \Component \HttpKernel \KernelInterface ;
1616
1717/**
Original file line number Diff line number Diff line change 2222use Doctrine \ORM \Mapping as ORM ;
2323use JMS \JobQueueBundle \Exception \InvalidStateTransitionException ;
2424use JMS \JobQueueBundle \Exception \LogicException ;
25- use Symfony \Component \Debug \Exception \FlattenException ;
25+ use Symfony \Component \ErrorHandler \Exception \FlattenException ;
2626
2727/**
2828 * @ORM\Entity
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^7.4 || ^8.0" ,
1616 "symfony/framework-bundle" : " ^4.0 || ^5.0 || ^6.0" ,
17- "symfony/debug" : " ^4.0 || ^5.0 || ^6.0" ,
1817 "doctrine/common" : " ^3.0" ,
19- "symfony/process" : " ^4.0 || ^5.0 || ^6.0"
18+ "symfony/process" : " ^4.0 || ^5.0 || ^6.0" ,
19+ "symfony/error-handler" : " ^5.4"
2020 },
2121 "require-dev" : {
2222 "doctrine/doctrine-fixtures-bundle" : " *" ,
You can’t perform that action at this time.
0 commit comments