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

Add support for lcobucci/jwt 5.0 #1006

Merged
merged 1 commit into from Apr 30, 2023
Merged

Add support for lcobucci/jwt 5.0 #1006

merged 1 commit into from Apr 30, 2023

Conversation

hamrak
Copy link
Contributor

@hamrak hamrak commented Apr 19, 2023

No description provided.

@@ -40,7 +40,8 @@
"ext-json": "*",
"ext-openssl": "*",
"firebase/php-jwt": "^6.2",
"lcobucci/jwt": "^4.1.5",
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1.5 || ^5.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any breaking changes here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is list of all official BC-break changes of lcobucci/jwt for upgrate from v.4 to v.5:

Minimum PHP for v.5 is 8.1, that's why I kept using the older version as well "^4.1.5 || ^5.0.0", but functionality in this package is compatible with both versions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@atymic atymic merged commit c6ac1ff into SocialiteProviders:master Apr 30, 2023
4 checks passed
atymic added a commit that referenced this pull request May 3, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants