Skip to content

[HttpKernel] Fix event dispatcher dependency#11113

Merged
fabpot merged 1 commit intosymfony:2.5from
hacfi:httpkernel_dependency_fix
Jun 12, 2014
Merged

[HttpKernel] Fix event dispatcher dependency#11113
fabpot merged 1 commit intosymfony:2.5from
hacfi:httpkernel_dependency_fix

Conversation

@hacfi
Copy link
Copy Markdown
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
Copy Markdown
Member

stof commented Jun 12, 2014

👍

1 similar comment
@romainneutron
Copy link
Copy Markdown
Contributor

👍

@fabpot
Copy link
Copy Markdown
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