Skip to content

Commit c35e218

Browse files
minor #60714 [Security] conflict with event-subscriber v8 (nicolas-grekas)
This PR was merged into the 7.4 branch. Discussion ---------- [Security] conflict with event-subscriber v8 | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT `Http\Firewall` doesn't have return types in v7.4 to make upgrades smoother, but this also means that this class is not compatible with `EventSubscriberInterface` v8 since we added return types there. Commits ------- 542cc71 [Security] conflict with event-subscriber v8
2 parents 3733986 + 542cc71 commit c35e218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"symfony/deprecation-contracts": "^2.5|^3",
21+
"symfony/event-dispatcher": "^6.4|^7.0",
2122
"symfony/http-foundation": "^6.4|^7.0|^8.0",
2223
"symfony/http-kernel": "^6.4|^7.0|^8.0",
2324
"symfony/polyfill-mbstring": "~1.0",

0 commit comments

Comments
 (0)