Closed brightbyte closed 5 years ago
Thanks @brightbyte will fix it tonight.
By the way, I'm back since July 1st. Wanna talk?
By the way, I'm back since July 1st. Wanna talk?
Sure! I'll send you an email.
Fixed in 0.6.1 ... breaking bc in a minor ... wtf
I could wrap this and support both versions, but not sure yet if that's worth it. Let's discuss that via phone.
The composer.json file says "symfony/event-dispatcher": "^2.0 || ^3.0 || ^4.0", but the way the Dispatcher is implemented is apparently incompatible with versions 4.3 and later. It seems like no action is performed at all, since the dispatch() method never gets called. With symfony/event-dispatcher 4.2.10, things still work as expected.