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\RequestFactoryInterface
and aPsr\Http\Message\StreamFactoryInterface
need to be injected intoMeng\AsyncSoap\Guzzle\Factory
when creating aMeng\AsyncSoap\Guzzle\SoapClient
instance. 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