ministryofjustice / jwt-laminas-auth

Module to provide JWT token support to Laminas framework MVC applications
Other
7 stars 1 forks source link

Support both v4 and v5 of lcobucci/jwt #32

Closed gregtyler closed 10 months ago

gregtyler commented 10 months ago

Support both major versions, since they both work with this library, and specify the PHP version to 8.2 so that Composer doesn't try to use 8.3 (which several libraries don't support).

patch