chore: bump psr/http-message to ^1.0|^2.0#54
Conversation
b6ee25a to
0a869a0
Compare
|
HI @msbit this change has been added to https://github.com/middlewares/cors-psr7/blob/main/composer.json, a fork that we just did. |
|
@filisko that's great, but I am not depending on EDIT: tuupola/cors-middleware#88 shows a willingness to accept a fork of |
|
+1 — running into the exact same need. Verified this 1-line change works: forked from develop, applied the same constraint widen, ran the full upstream test suite on PHP 8.4 with If this isn't moving for some reason, would another reviewer (e.g. @neomerx) be able to take a look? A growing number of projects depend on this transitively via |
|
I think this library is abandoned and needs to be forked. |
I have a project using both:
tuupola/cors-middleware, andpsr/http-messageand would like to bring
psr/http-messageup to ^2.0.However, the transitive dependency of
tuupola/cors-middleware->neomerx/cors-psr7->psr/http-message^1.0 is holding that back.Uses of
psr/http-messagein this project seem to be constrained to:Psr\Http\Message\RequestInterfacewhich has only changed between 1.1 and 2.0 by adding return types to the methods.