8000 minor #26264 [HttpKernel] fix EventDispatcher component dependency (x… · symfony/symfony@c9092d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9092d6

Browse files
minor #26264 [HttpKernel] fix EventDispatcher component dependency (xabbuh)
This PR was merged into the 4.1-dev branch. Discussion ---------- [HttpKernel] fix EventDispatcher component dependency | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 5af9ff1 fix EventDispatcher component dependency
2 parents 70c122b + 5af9ff1 commit c9092d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/event-dispatcher": "~3.4|~4.0",
20+
"symfony/event-dispatcher": "~4.1",
2121
"symfony/http-foundation": "~4.1",
2222
"symfony/debug": "~3.4|~4.0",
2323
"psr/log": "~1.0"

0 commit comments

Comments
 (0)
0