This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
"php-amqplib/rabbitmq-bundle" : " ~1.14.3" ,
16
16
"symfony/config" : " ^3.4|^4.1" ,
17
17
"symfony/console" : " ^3.4|^4.1" ,
18
- "symfony/dependency-injection" : " ^3.4|^4.1 " ,
18
+ "symfony/dependency-injection" : " ^3.4|^4.2 " ,
19
19
"symfony/event-dispatcher" : " ^3.4 || ^4.1" ,
20
20
"symfony/monolog-bundle" : " ^3.3"
21
21
},
Original file line number Diff line number Diff line change 11
11
use Lamoda \QueueBundle \Tests \Unit \QueueEntity ;
12
12
use Lamoda \QueueBundle \Tests \Unit \Reflection ;
13
13
use PHPUnit_Framework_TestCase ;
14
- use Symfony \Component \HttpKernel \Tests \Logger ;
14
+ use Symfony \Component \HttpKernel \Log \Logger ;
15
15
16
16
class QueueRepublishServiceTest extends PHPUnit_Framework_TestCase
17
17
{
Original file line number Diff line number Diff line change 11
11
use Lamoda \QueueBundle \Tests \Unit \QueueCommonServicesTrait ;
12
12
use Lamoda \QueueBundle \Tests \Unit \QueueEntity ;
13
13
use PHPUnit_Framework_TestCase ;
14
- use Symfony \Component \HttpKernel \Tests \Logger ;
14
+ use Symfony \Component \HttpKernel \Log \Logger ;
15
15
16
16
class QueueRequeueServiceTest extends PHPUnit_Framework_TestCase
17
17
{
You can’t perform that action at this time.
0 commit comments