Textalk / websocket-php

WebSocket client and server in PHP
Other
925 stars 255 forks source link

Upgrade psr/http-message to ^1.1 || ^2.0 #184

Closed mashb1t closed 1 year ago

mashb1t commented 1 year ago

Is it within the scope of this library? Yes, usage of dependency in composer modules.

Describe the solution you'd like Release 2.0 is available and includes return types (see here).

Currently psr/http-message is locked at ^1.0 here. Does this have a specific reason or would it be possible to upgrade to "^1.0 || ^2.0"?

sirn-se commented 1 year ago

Hello @mashb1t

I'm continuing development of this library as phrity/websocket.

Version 1.7 support ^1.0 | ^2.0 of psr/http-message.

mashb1t commented 1 year ago

Hey @sirn-se,

thank you for the update, will use your repository then instead. Maybe it would be even more obvious for non-involved users if you could add a reference / deprecation note to the project README (if this is the case).

sirn-se commented 1 year ago

@mashb1t Unfortunately I no longer have access to this GitHub account. That's why I had to move it to begin with.