I installed the library inside a Symfony 4.3 project using composer. When I run the generate command I get:
In Container.php line 263:
The "goetas_webservices.wsdl2php.wsdl_reader" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
generate [--dest-class DEST-CLASS] [--] <config> <dest-dir>
Tried adding a few things to my services.yaml config but not made it work.
I installed the library inside a Symfony 4.3 project using composer. When I run the
generate
command I get:Tried adding a few things to my
services.yaml
config but not made it work.My composer.json is: