middlewares / utils

Common utils used by PSR-15 middlewares
MIT License
51 stars 12 forks source link

Update dependencies + add support for psr/http-message 2.x #27

Closed mikespub closed 10 months ago

mikespub commented 10 months ago

Support psr/http-message 2.x interface (except if you use slim/psr7 or sunrise/http-message as factory)

mikespub commented 10 months ago

And @oscarotero thanks for keeping middlewares/* alive :-)

oscarotero commented 10 months ago

I cannot install php8 in my computer (for long to explain reasons), so I cannot test it. Can you update the testing workflow?

mikespub commented 10 months ago

I cannot install php8 in my computer (for long to explain reasons), so I cannot test it. Can you update the testing workflow?

Ouch - OK, I'll give it a try...

mikespub commented 10 months ago

I tried it out on my fork @oscarotero so this should work for you

mikespub commented 10 months ago

Thanks :-)