Missing support for psr/http-message ^2.0 #2715
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
The package psr/http-message v2.0 was released on the 2023-04-17. Could you consider adding support for this version?
Use Case
Compatibility with psr/http-message
Proposed Solution
Update composer json from
"psr/http-message": "^1.0"
to"psr/http-message": "^1.0 || ^2.0"
. This will preserve compatibility with PHP5.5 by using the 1.x releases, but ensure users running modern version of PHP can install the latest version of the library.I don't believe there are any breaking changes in the updated version - the only change noted in the changelog is declared return types.
Other Information
No response
Acknowledgements
SDK version used
3.273.3
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.1 (all platforms)
The text was updated successfully, but these errors were encountered: