Skip to content

Use soap-http-binding 0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@meng-tian meng-tian released this 28 Mar 14:29
· 5 commits to master since this release
881c0b1
  • Changed to use soap-http-binding 0.4. The implication is that a Psr\Http\Message\RequestFactoryInterface and a Psr\Http\Message\StreamFactoryInterface need to be injected into Meng\AsyncSoap\Guzzle\Factory when creating a Meng\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