Skip to content
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

Compatibility with Symfony 3.0 #89

Closed
hrach opened this issue Dec 30, 2015 · 7 comments
Closed

Compatibility with Symfony 3.0 #89

hrach opened this issue Dec 30, 2015 · 7 comments

Comments

@hrach
Copy link

hrach commented Dec 30, 2015

Class Kdyby\Events\SymfonyDispatcher contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\EventDispatcher\EventDispatcherInterface::getListenerPriority).

Workaround: add version constraint to own composer.json.

@achtan
Copy link

achtan commented Jan 5, 2016

+1

1 similar comment
@artemevsin
Copy link

👍

@enumag
Copy link
Member

enumag commented Jan 21, 2016

Just like most of the other methods this should probably just throw a NotSupportedException right?

@lukasojd
Copy link

lukasojd commented Feb 4, 2016

+1

@lukasojd
Copy link

lukasojd commented Feb 4, 2016

Workaround: you must add "symfony/event-dispatcher": "~2.8.2" to you your composer.json

@enumag
Copy link
Member

enumag commented May 1, 2016

@fprochazka Do you plan to actually implement that new getListenerPriority method (and not throw a NotSupportedException)? I don't see any benefit in it.

@fprochazka
Copy link
Member

Should be solved with de3cdc4.

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

No branches or pull requests

6 participants