HubSpot / hubspot-php

HubSpot PHP API Client
Other
350 stars 196 forks source link

Support psr/http-message 2 #419

Open kylekatarnls opened 4 months ago

kylekatarnls commented 4 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 4 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 2 weeks ago

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