HubSpot / hubspot-php

HubSpot PHP API Client
Other
357 stars 196 forks source link

Support psr/http-message 2 #419

Open kylekatarnls opened 7 months ago

kylekatarnls commented 7 months ago

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. 🙏

crabmusket commented 6 months ago

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.

wimhendrikx commented 3 months ago

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

ksvirkou-hubspot commented 1 month ago

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