tuupola / slim-jwt-auth

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

Drop support for PHP version less than 7.4 #227

Closed JimTools closed 11 months ago

JimTools commented 2 years ago

Drop support for PHP version less than 7.4

closes #226

tuupola commented 1 year ago

Now there is too many things happening in one PR. I already did a separate update for PHPStan and couple of smaller changes. Could you either rebase or do another PR which has only the typed properties and return types. Dependencies only need to be updated if any of the tests fail.

tuupola commented 11 months ago

Better late than never. Thanks!