[HttpKernel] Fix event dispatcher dependency

Update composer.json to account for #9792
This commit is contained in:
hacfi 2014-06-12 19:00:29 +02:00
parent e74d37b864
commit 3d2dd81855

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "~2.1",
"symfony/event-dispatcher": "~2.5",
"symfony/http-foundation": "~2.4",
"symfony/debug": "~2.5",
"psr/log": "~1.0"