-
Notifications
You must be signed in to change notification settings - Fork 139
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 legacy PHP versions #69
Comments
I do not see any problems in that the library supports the old version, and I think this does not affect its quality and security. |
31 Dec 2018 - i delete support 5.6) |
Security not yet, but quality it does. Eg.
The result is that the types are ofter incorrectly documented and I'd bet there are many bugs that we haven't found yet because of those two. 31. 12. it is then, note taken. |
Btw, wasn't meant this to be hostile, I know you mentioned it earlier there's a project of yours running on lower PHP version. That's why I created issue only and not PR. |
i'm ask community drop 5.6 |
I drop 5.6 |
👏 I suggest to make it ^7.1 straight as 7.0's EOL is in 6 months anyway. 7.1 brings cool features like nullables or void types and compared to 7.0 is not very different |
I have mentioned it few times ago, creating this issue just to be notified, when it is dropped so I don't have to come back regularly and read commits :)
Current PHP version is 7.2, 7.3 will be released soon.
5.6 is ~4 years old, currently with security support only, EOL in 5 months.
7.0 EOL in 6 months
Therefore, old php versions support should be dropped and 7.1 set as minimum requirement.
https://secure.php.net/supported-versions.php
The text was updated successfully, but these errors were encountered: