-
Notifications
You must be signed in to change notification settings - Fork 116
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
Drop support for older Laravel and PHP versions #40
Comments
Me and @eschricker we talked about that in the slack channel to drop it, but we need to refactor some code also to be compatible with 7.3+ versions. Do you want to open the PR to drop the versions? Thank you, |
Yes, I'll try to find my time updating this project this weekend! |
We discussed the support for versions here #29 (comment) TLDR: 6.x is supported till September 2022, 7.x is out of support, 8.x is supported till January 2023. With the last release 1.2.0 we dropped the support for Laravel 5, but we keep the support for 6, 7 and 8 |
@leon0399 I guess as @eschricker told you concerning #29 , I believe we can close this thread. Shall we? |
Regarding Laravel versions - understandable But latest versions of |
Yes, but this is just one package, there are other packages that compose the whole library that should be taken into consideration too. |
It would've made sense, if it was optional dependency. But rigth now trying to install this package on PHP 7.2 fails with given error:
We should decide, either we make both |
Unfortunately, it wasn't auto-closed when #52 was merged. Should we close it now? |
Dropping support for older versions will allow to make this package more secure and easier to use at the same time.
I don't think, that those, who use these old versions are willing to update only JWT package
Since 8.x is the only supported version, and even 6.x (LTS) is also dropped it's support, we can leave only latest versions (^8) and PHP 7.3+
The text was updated successfully, but these errors were encountered: