8000 [HttpKernel] Fix event dispatcher dependency by hacfi · Pull Request #11113 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[HttpKernel] Fix event dispatcher dependency #11113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
[HttpKernel] Fix event dispatcher dependency
Update composer.json to account for #9792
  • Loading branch information
hacfi committed Jun 12, 2014
commit 3d2dd818557e29dc5554da3cc3881ff6d8ff52dc
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
0