Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 81ec9f3

Browse files
authored
Merge pull request #8 from lamoda/feature/SCENTRE-5818
SCENTRE-5818 Fix security vulnerability
2 parents 0c22cfc + f33b0fa commit 81ec9f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php-amqplib/rabbitmq-bundle": "~1.14.3",
1616
"symfony/config": "^3.4|^4.1",
1717
"symfony/console": "^3.4|^4.1",
18-
"symfony/dependency-injection": "^3.4|^4.1",
18+
"symfony/dependency-injection": "^3.4|^4.2",
1919
"symfony/event-dispatcher": "^3.4 || ^4.1",
2020
"symfony/monolog-bundle": "^3.3"
2121
},

tests/unit/Service/QueueRepublishServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Lamoda\QueueBundle\Tests\Unit\QueueEntity;
1212
use Lamoda\QueueBundle\Tests\Unit\Reflection;
1313
use PHPUnit_Framework_TestCase;
14-
use Symfony\Component\HttpKernel\Tests\Logger;
14+
use Symfony\Component\HttpKernel\Log\Logger;
1515

1616
class QueueRepublishServiceTest extends PHPUnit_Framework_TestCase
1717
{

tests/unit/Service/QueueRequeueServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Lamoda\QueueBundle\Tests\Unit\QueueCommonServicesTrait;
1212
use Lamoda\QueueBundle\Tests\Unit\QueueEntity;
1313
use PHPUnit_Framework_TestCase;
14-
use Symfony\Component\HttpKernel\Tests\Logger;
14+
use Symfony\Component\HttpKernel\Log\Logger;
1515

1616
class QueueRequeueServiceTest extends PHPUnit_Framework_TestCase
1717
{

0 commit comments

Comments
 (0)