php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.3k stars 42 forks source link

support guzzle psr7 version 2 #139

Closed dbu closed 3 years ago

dbu commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #138
License MIT

What's in this PR?

Support guzzle psr7 version 2 that moved functions to static methods of the Utils class. Our factory is deprecated but still used when no other factory is available, and as we don't restrict the guzzle psr version, we end up failing.

dbu commented 3 years ago

@Nyholm ok if i delete the scrutinizer webhook? it fails with something that looks like an error inside scrutinizer. and with php-cs and phpstan i think we are covered well enough.

Nyholm commented 3 years ago

Yes, lets!

dbu commented 3 years ago

and done.

i tagged 1.11.1 with the forward-compatibility fix.