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

Conversation

hacfi
Copy link
Contributor

@hacfi hacfi commented Jun 12, 2014

Update composer.json to account for #9792.

Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass extends Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass which exists only in 2.5

Update composer.json to account for symfony#9792
@stof
Copy link
Member

stof commented Jun 12, 2014

👍

1 similar comment
@romainneutron
Copy link
Contributor

👍

@fabpot
Copy link
Member

fabpot commented Jun 12, 2014

Good catch, thanks @hacfi.

@fabpot fabpot merged commit 3d2dd81 into symfony:2.5 Jun 12, 2014
fabpot added a commit that referenced this pull request Jun 12, 2014
This PR was merged into the 2.5 branch.

Discussion
----------

[HttpKernel] Fix event dispatcher dependency

Update composer.json to account for #9792.

[Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass](https://github.com/symfony/symfony/blob/2.5/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php#L14) extends `Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass` which exists only in 2.5

Commits
-------

3d2dd81 [HttpKernel] Fix event dispatcher dependency
@hacfi hacfi deleted the httpkernel_dependency_fix branch June 13, 2014 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants