Skip to content

Commit a1d5d31

Browse files
[Security/Http] fix conflict with older symfony/event-dispatcher
1 parent 0bf498f commit a1d5d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)