From 9eee920faa74a702919def1720196456e085ac5a Mon Sep 17 00:00:00 2001 From: Olha Livitchuk <77281282+olhalivitchuk@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:51:01 +0100 Subject: [PATCH] FRW-5940 Symfony Security 6 Support (#10579) FRW-5940 Symfony Security 6 Support --- composer.json | 6 +++--- .../Shared/Symfony/_support/SymfonySharedTester.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7c5e48d..6683f7e 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ "symfony/process": "^5.4.0 || ^6.0.0", "symfony/property-access": "^5.4.0 || ^6.0.0", "symfony/routing": "^5.1.0 || ^6.0.0", - "symfony/security-core": "^5.4.21", + "symfony/security-core": "^5.4.21 || ^6.0.0", "symfony/security-csrf": "^5.3.0 || ^6.0.0", - "symfony/security-guard": "^5.4.21", - "symfony/security-http": "^5.4.31", + "symfony/security-guard": "^5.4.0", + "symfony/security-http": "^5.4.31 || ^6.0.0", "symfony/serializer": "^5.0.9 || ^6.0.0", "symfony/stopwatch": "^5.0.9 || ^6.0.0", "symfony/translation": "^5.0.9 || ^6.0.0", diff --git a/tests/SprykerTest/Shared/Symfony/_support/SymfonySharedTester.php b/tests/SprykerTest/Shared/Symfony/_support/SymfonySharedTester.php index 863744f..c438caa 100644 --- a/tests/SprykerTest/Shared/Symfony/_support/SymfonySharedTester.php +++ b/tests/SprykerTest/Shared/Symfony/_support/SymfonySharedTester.php @@ -21,7 +21,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\SprykerTest\Shared\Symfony\PHPMD) */ class SymfonySharedTester extends Actor {