Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 458d104

Browse files
committed
Add symfony/security 5.2 conflicts with symfony/security-bundle < 5.2
1 parent 7f05dc3 commit 458d104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"conflict": {
3333
"symfony/event-dispatcher": "<4.3",
34-
"symfony/security-csrf": "<4.4"
34+
"symfony/security-csrf": "<4.4",
35+
"symfony/security-bundle": "<5.2"
3536
},
3637
"suggest": {
3738
"symfony/security-csrf": "For using tokens to protect authentication/logout attempts",

0 commit comments

Comments
 (0)