You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can there be jwt support for php8.1, if not is there a way I can downgrade to a working jwt version? My justification is that php8.1 is a support php version.
I get this running composer:
lcobucci/jwt 5.4.0 requires php ~8.2.0 || ~8.3.0 | ~8.4.0 -> your php version (8.1.30) does not satisfy that requirement.
Thanks.
The text was updated successfully, but these errors were encountered:
Okay well, I updated to php8.2 as a developer on jwt said php8.1 is not supported, I don't prefer this but later on if there's a security update I don't want to be screwed...
Hi all,
Can there be jwt support for php8.1, if not is there a way I can downgrade to a working jwt version? My justification is that php8.1 is a support php version.
I get this running composer:
lcobucci/jwt 5.4.0 requires php ~8.2.0 || ~8.3.0 | ~8.4.0 -> your php version (8.1.30) does not satisfy that requirement.
Thanks.
The text was updated successfully, but these errors were encountered: