ackintosh / ganesha

:elephant: A Circuit Breaker pattern implementation for PHP applications.
https://ackintosh.github.io/ganesha/
MIT License
585 stars 42 forks source link

Support for psr/http-message 2 #106

Closed Rastusik closed 1 year ago

Rastusik commented 1 year ago

Hi,

it would be nice to loosen the dependency on psr/http-message to something like ^1.1 || ^2.0 because quite a lot other packages depend on this package.

Thanks

ackintosh commented 1 year ago

@Rastusik Looks good. 💡 Please let me know if you would like to file a PR for this issue.

Rastusik commented 1 year ago

@ackintosh sure, done

ackintosh commented 1 year ago

v3.1.2 has been released. Thanks for your contribution!