8000 [Security/Http] fix conflict with older symfony/event-dispatcher · symfony/symfony@8a26600 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a26600

Browse files
[Security/Http] fix conflict with older symfony/event-dispatcher
1 parent 68771c5 commit 8a26600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"psr/log": "^1|^2|^3"
3333
},
3434
"conflict": {
35-
"symfony/event-dispatcher": "<5.4.9",
35+
"symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
3636
"symfony/security-bundle": "<5.4",
3737
"symfony/security-csrf": "<5.4"
3838
},

0 commit comments

Comments
 (0)
0