Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lcobucci/jwt to ^4.0 #2088

Open
AgustinV08 opened this issue Jan 15, 2021 · 7 comments
Open

Update lcobucci/jwt to ^4.0 #2088

AgustinV08 opened this issue Jan 15, 2021 · 7 comments

Comments

@AgustinV08
Copy link

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?

@vesper8
Copy link

vesper8 commented Feb 17, 2021

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?

@vesper8
Copy link

vesper8 commented Feb 17, 2021

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"

@acmitch
Copy link

acmitch commented Feb 27, 2021

@tymondesigns 👍 this; needed for Laravel 8

@danielendrodi
Copy link

@tymondesigns This needs to be updated to support PHP v8 as well, because "lcobucci/jwt":"3.4" doesn't support it ATM.

@crossRT
Copy link

crossRT commented Apr 1, 2021

I having the same issue when I want to install socialiteproviders/apple.
it would be good if lcobucci/jwt is upgraded

@danielendrodi
Copy link

@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

@ercsctt
Copy link

ercsctt commented Apr 27, 2021

Also having this issue... it seems there's barely any activity at the moment from @tymondesigns ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants