Open AgustinV08 opened 3 years ago
Exact same issue here.. @tymondesigns can you comment on when you might be able to update lcobucci/jwt
?
@AgustinV08 did you figure out an alternative?
I was able to install "socialiteproviders/apple": "^4.1.0",
but unsure if this will cause other issues
Only the ^5.0
requires "lcobucci/jwt":"^4.0"
@tymondesigns :+1: this; needed for Laravel 8
@tymondesigns This needs to be updated to support PHP v8 as well, because "lcobucci/jwt":"3.4" doesn't support it ATM.
I having the same issue when I want to install socialiteproviders/apple
.
it would be good if lcobucci/jwt
is upgraded
@tymondesigns This needs to be updated to support PHP v8 as well, because "lcobucci/jwt":"3.4" doesn't support it ATM.
This is a very nasty solution for this. composer install --ignore-platform-reqs
Also having this issue... it seems there's barely any activity at the moment from @tymondesigns ?
I'm trying to use the Socialite provider for Apple Sign In using the package socialiteproviders/apple but it requires of the version 4.0 of lcobucci/jwt. Is there a way this package can be updated for both packages work in my laravel project?