Nyholm / psr7-server

Helper classes to use any PSR7 implementation as your main request and response
MIT License
90 stars 21 forks source link

psr/http-message version issue #55

Closed chen900804 closed 11 months ago

chen900804 commented 1 year ago

psr/http-message hopes to support 2.0

ericfortmeyer commented 1 year ago

It looks like this will fix it https://github.com/Nyholm/psr7-server/pull/56.

aimeos commented 1 year ago

@Nyholm When will the package support psr/http-message v2?

ghost commented 1 year ago

Temporary fix:

"require": {
  "psr/http-message": "2.0 as 1.1"
}
Nyholm commented 11 months ago

This is finally merged and released.