Skip to content

Commit 9eee920

Browse files
FRW-5940 Symfony Security 6 Support (#10579)
FRW-5940 Symfony Security 6 Support
1 parent 5310f7b commit 9eee920

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"symfony/process": "^5.4.0 || ^6.0.0",
2525
"symfony/property-access": "^5.4.0 || ^6.0.0",
2626
"symfony/routing": "^5.1.0 || ^6.0.0",
27-
"symfony/security-core": "^5.4.21",
27+
"symfony/security-core": "^5.4.21 || ^6.0.0",
2828
"symfony/security-csrf": "^5.3.0 || ^6.0.0",
29-
"symfony/security-guard": "^5.4.21",
30-
"symfony/security-http": "^5.4.31",
29+
"symfony/security-guard": "^5.4.0",
30+
"symfony/security-http": "^5.4.31 || ^6.0.0",
3131
"symfony/serializer": "^5.0.9 || ^6.0.0",
3232
"symfony/stopwatch": "^5.0.9 || ^6.0.0",
3333
"symfony/translation": "^5.0.9 || ^6.0.0",

tests/SprykerTest/Shared/Symfony/_support/SymfonySharedTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @method void comment($description)
2222
* @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null)
2323
*
24-
* @SuppressWarnings(PHPMD)
24+
* @SuppressWarnings(\SprykerTest\Shared\Symfony\PHPMD)
2525
*/
2626
class SymfonySharedTester extends Actor
2727
{

0 commit comments

Comments
 (0)