-
Notifications
You must be signed in to change notification settings - Fork 64
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
Comments
+1 |
1 similar comment
👍 |
Just like most of the other methods this should probably just throw a NotSupportedException right? |
+1 |
Workaround: you must add "symfony/event-dispatcher": "~2.8.2" to you your composer.json |
@fprochazka Do you plan to actually implement that new getListenerPriority method (and not throw a NotSupportedException)? I don't see any benefit in it. |
Should be solved with de3cdc4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: