v0.4.0
版本发布时间: 2021-03-28 22:29:03
meng-tian/async-soap-guzzle最新发布版本:v0.4.1(2022-11-22 06:23:08)
- 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