[Symfony 5] Symfony\Component\EventDispatcher\Event is replaced by Symfony/Contracts/EventDispatcher/Event
Roensby opened this issue · 4 comments
Roensby commented
Symfony/Component/EventDispatcher/Event
is deprecated in Symfony 4.3 and replaced with Symfony/Contracts/EventDispatcher/Event
in Symfony 5.
Applies to src/Event/SubscriberEvent.php
and src/Event/WebhookEvent.php
.
Maybe a candidate for the 2.0 branch mentioned?
#31
Nightbr commented
Hey, thanks! sure thing, as I said in latest PR #39 (comment), I'm not using this anymore, not even using Mailchimp, so if you're interested to become a maintainer and work on the v2.X feel free to ask me
EvertAlbert commented
I fixed this issue in a fork https://packagist.org/packages/dx-solutions/mailchimp-bundle
Nightbr commented
Feel free to open a PR or I can put you as maintainer if you want @EvertAlbert