tuupola / slim-jwt-auth

PSR-7 and PSR-15 JWT Authentication Middleware
https://appelsiini.net/projects/slim-jwt-auth
MIT License
821 stars 140 forks source link

Is there a plan to support psr/http-message 2.0? #245

Closed george-slastnoy closed 8 months ago

george-slastnoy commented 9 months ago

Hello, is there a plan to support psr/http-message 2.0? Now it supports "psr/http-message": "^1.0", but in my case the old http-message conflicts with the latest version 2.0, installed with my main software (CMS).

tuupola commented 9 months ago

Should be only matter of updating the composer.json file. Will do it soon.