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 {