10000 bug #44172 [Security] Guard is incompatible with Symfony 6 (derrabus) · symfony/symfony@ff92249 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff92249

Browse files
committed
bug #44172 [Security] Guard is incompatible with Symfony 6 (derrabus)
This PR was merged into the 5.4 branch. Discussion ---------- [Secur 8000 ity] Guard is incompatible with Symfony 6 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A The Guard component is designed to work with the old authenticator system that has been removed in Symfony 6. I see no way we can make it work with Security Core 6 or Security HTTP 6. Commits ------- 3c01aca Guard is incompatible with Symfony 6
2 parents 3e39351 + 3c01aca commit ff92249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/Guard/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/security-core": "^5.0|^6.0",
21-
"symfony/security-http": "^5.3|^6.0",
20+
"symfony/security-core": "^5.0",
21+
"symfony/security-http": "^5.3",
2222
"symfony/polyfill-php80": "^1.15"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)
0