Skip to content

Commit

Permalink
FRW-5940 Symfony Security 6 Support (#10579)
Browse files Browse the repository at this point in the history
FRW-5940 Symfony Security 6 Support
  • Loading branch information
olhalivitchuk committed Dec 21, 2023
1 parent 5310f7b commit 9eee920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9eee920

Please sign in to comment.