-
Notifications
You must be signed in to change notification settings - Fork 149
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
Remove conflict rule for lexik/jwt-authentication-bundle #663
Conversation
I'm unsure if this removal is necessary - we are targeting a specific version, since a fix was expected. This conflict entry will allow |
Given that composer always install the latest version when a range is required (or lowest with —prefer-lowest) and that requiring a fixed version is not common (if not discouraged), it’s safe to remove it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not doing lowest dependency check (yet), so 👍.
Is there anything else I can do to help moving forward here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR!
Reverts #662. The BC break has been fixed in 2.12.1.
Note that you may want to implement the new
JWTTokenManagerInterface#parse()
method in yourTokenManager
implementation as it will be mandatory in 3.0.