goetas-webservices / soap-client

PHP implementation of SOAP 1.1 and 1.2 client specifications
MIT License
175 stars 28 forks source link

Add symfony 4+ support #47

Closed Toilal closed 4 years ago

Toilal commented 4 years ago

In Symfony 4+, services are private by default. Project and dependencies could be refactored to use dependency injection and autowiring, but this would require much more work than making most services public.

Close #40

goetas commented 4 years ago

Tnx