nelmio/NelmioSecurityBundle

Not compatible with Framework-Bundle 5.0

alcohol opened this issue · 3 comments

Framework-Bundle requires Event-Dispatcher, see changelog for v5:

https://github.com/symfony/event-dispatcher/blob/master/CHANGELOG.md#500

The following change breaks code in this bundle:

  • The Event class has been removed in favor of Symfony\Contracts\EventDispatcher\Event.

The Event class was already deprecated since 4.3 btw. So I'm not sure why nobody reported this before :-(

I see #221 already addresses this 👍 just a matter of time then

I think this one can be closed now #221 (comment)