-
-
Notifications
You must be signed in to change notification settings - Fork 201
Bump minimum PHP version #671
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
Comments
PHP 8 introduces a LOT of nice syntax and features that helps clean up code and improve DX:
And so much more... |
Based on my in-progress work in #677 (and some un-pushed work), I've evaluated most of the major PHP 8.0 features and have come to the following conclusions:
IMO PHP 7.4 offers more direct benefits to this library (like |
After further reflection, I've decided that we'll continue to support 7.4+ in version 2.0 for the following reasons:
We'll therefore continue supporting 7.4 for now and drop support in our future 3.0 release. |
Based on feedback in #625, the minimum PHP version will be bumped further to either 7.4 or 8.0 for the upcoming 2.0 release. This decision will be based on the following:
While I appreciate that there are strong arguments for/against dropping 7.4 support, I ask that any comments on this issue be respectful of the points above.
The text was updated successfully, but these errors were encountered: