goetas-webservices / wsdl-reader

Pure PHP WSDL reader
10 stars 17 forks source link

Symfony\Component\EventDispatcher\Event not avaiable in Symfony 5.x #13

Closed tomasz-kusy closed 3 years ago

tomasz-kusy commented 3 years ago

Hi. PHP Fatal error: Uncaught Error: Class 'Symfony\Component\EventDispatcher\Event' not found in (...)/vendor/goetas-webservices/wsdl-reader/src/Events/WsdlEvent.php:6 Symfony\Component\EventDispatcher\Event should be replaced by Symfony\Contracts\EventDispatcher\Event but it breaks compatibility with Symfony <4.3 I'm not sure how to maintain this issue and prepare PR.

tomasz-kusy commented 3 years ago

Ok... I see https://github.com/goetas-webservices/wsdl-reader/pull/9 :-/

tomasz-kusy commented 3 years ago

https://github.com/goetas-webservices/wsdl-reader/pull/14