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
This commit is contained in:
Nicolas Grekas 2018-02-22 11:03:46 +01:00
commit c9092d639c

View File

@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "~4.1",
"symfony/debug": "~3.4|~4.0",
"psr/log": "~1.0"