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

Fix BC-break for combination of PHP 7.4 and lcobucci/jwt 3.4 #25

Merged
merged 1 commit into from
Mar 8, 2021
Merged

Fix BC-break for combination of PHP 7.4 and lcobucci/jwt 3.4 #25

merged 1 commit into from
Mar 8, 2021

Conversation

tjveldhuizen
Copy link
Contributor

@tjveldhuizen tjveldhuizen commented Feb 17, 2021

The specific combination of lcobucci/jwt ^3.4 and php 7.4 failed. The existing scenarios didn't catch that, since ^4.0 is allowed in php 7.4, however in our project some other package is not compatible with ^4.0, which resulted in the failure as mentioned.

Fixes #24

@@ -3,13 +3,23 @@ language: php
matrix:
include:
- php: 5.6
env: LCOBUCCI_JWT_VERSION=^3.4
Copy link

Choose a reason for hiding this comment

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

I guess this isn't even necessary because version 4 requires PHP 7.4 and it will install 3.x anyway but I assume it also doesn't hurt to be explicit about it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did it that way, since I had no clue how to do line 54 without it. By the way: I'm also not sure if this works well for the hhvm-builds, but they are failing in an earlier stage at the composer self-update. I don't know how to fix that and at least it's not related to this issue/branch.

@tjveldhuizen
Copy link
Contributor Author

@patrickbussmann Can you give an indication at which term you can review my PR and (hopefully) merge and release it?

@patrickbussmann
Copy link
Owner

Sorry @tjveldhuizen its only my time.
I will do it in the next 3 days = latestly on saturday.

thanks!

@tjveldhuizen
Copy link
Contributor Author

No worries, just checking what I can expect :) Thanks in advance

@patrickbussmann patrickbussmann merged commit 113f72f into patrickbussmann:main Mar 8, 2021
@tjveldhuizen tjveldhuizen deleted the fix-bc-break-lcobucci-jwt branch March 8, 2021 11:35
@tjveldhuizen
Copy link
Contributor Author

Hi @patrickbussmann, thanks for merging! Can we expect a release soon?

@tjveldhuizen tjveldhuizen mentioned this pull request Sep 26, 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.

Don't work with lcobucci/jwt ^3.4 version
3 participants