hubspot-php icon indicating copy to clipboard operation
hubspot-php copied to clipboard

Support psr/http-message 2

Open kylekatarnls opened this issue 1 year ago • 3 comments

Hello, 👋

php-fig recently published psr/http-message 2 adding strong types. Do you plan to support it and/or need help for that?

Thanks. 🙏

kylekatarnls avatar Apr 20 '24 13:04 kylekatarnls

This looks like it's fixed in 5.2.0, but composer.json still requires psr/http-message:^1.1 which doesn't let me install 5.2 at the same time as http-message 2.

crabmusket avatar May 04 '24 04:05 crabmusket

You can install it with --with-all-dependencies for now.

wimhendrikx avatar Aug 22 '24 11:08 wimhendrikx

Hi everyone. The support of psr/http-message:^2.0 was added in the latest version.

ksvirkou-hubspot avatar Oct 07 '24 15:10 ksvirkou-hubspot