Closed Nogrod closed 3 years ago
And how do we know that the library actually works if there are no tests running for the latest event dispatcher?
just the event test was disabled, added replacement until WildcardEventDispatcher is ready
thanks for your pr and apologies for the very late review.
unfortunatley i have to keep support for symfony 3.4, thus a compatibility layer with the old event dispatcher must be maintained. you can add a private method to do the dispatch and check the dispatcher type inside
Hi, It have been done in https://github.com/goetas-webservices/wsdl-reader/pull/14
done in #14
As of Symfony 4.3: Simpler event dispatching
Adds support for symfony 4.3 and newer, since older versions are unsupported now it should be published with a new major version like v1.0.0
jmikola/wildcard-event-dispatcher currently does not support the new event dispatcher, so for now removed and test skipped, PR created.