Skip to content

Commit 03b8fd0

Browse files
authored
feature: support symfony/security-core 7.x (#1122)
1 parent 522fc02 commit 03b8fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/http-foundation": "^3.0 || ^4.0 || ^5.0 || ^6.0",
3232
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0",
3333
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0",
34-
"symfony/security-bundle": "^3.0 || ^4.0 || ^5.0 || ^6.0",
34+
"symfony/security-core": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3535
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0",
3636
"twig/twig": "^2.14 || ^3.0"
3737
},
@@ -47,7 +47,7 @@
4747
"doctrine/mongodb-odm": "^2.2",
4848
"rector/rector": "^0.12.13",
4949
"dg/bypass-finals": "^1.3",
50-
"symfony/security-bundle": "^3.0 || ^4.0 || ^5.0",
50+
"symfony/security-bundle": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
5151
"symfony/twig-bundle": "^3.0 || ^4.0 || ^5.0",
5252
"doctrine/doctrine-bundle": "^2.5"
5353
},

0 commit comments

Comments
 (0)