Ticketpark / SaferpayJsonApi

A php library to use the Saferpay Json API
MIT License
32 stars 26 forks source link

Add support for Guzzle 7.3 #52

Closed sprain closed 3 years ago

sprain commented 3 years ago

https://github.com/guzzle/guzzle/releases/tag/7.3.0 is based on https://github.com/guzzle/psr7/releases/tag/2.0.0 which introduces StreamInterface type hints for responses.

This pr adds test compatibility with it.

mathmul commented 3 years ago

Awesome!