Not compatible with Framework-Bundle 5.0
alcohol opened this issue · 3 comments
alcohol commented
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 ofSymfony\Contracts\EventDispatcher\Event
.
The Event
class was already deprecated since 4.3 btw. So I'm not sure why nobody reported this before :-(
mvanduijker commented
Part where it goes wrong: https://github.com/nelmio/NelmioSecurityBundle/blob/master/ContentSecurityPolicy/Violation/Event.php#L14
mvanduijker commented
I think this one can be closed now #221 (comment)