Use soap-http-binding 0.4
Pre-release
Pre-release
- Changed to use soap-http-binding 0.4. The implication is that a
Psr\Http\Message\RequestFactoryInterfaceand aPsr\Http\Message\StreamFactoryInterfaceneed to be injected intoMeng\AsyncSoap\Guzzle\Factorywhen creating aMeng\AsyncSoap\Guzzle\SoapClientinstance. This helps to decouple a specific implementation of PSR-7 and clients can determine which implementation of PSR-7 they wish to use. - Removed support for PHP versions older than 7.1