Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 458d104

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/composer.json
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.