We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of today (September 2019) PHP versions up to 7.0 don't get support any longer.
I suggest that we drop support for older PHP versions as well (maybe allowing to be one major release behind).
Migrating to PHP 7+ would allow us use great features like strict mode, argument and return type hinting and many more.
The text was updated successfully, but these errors were encountered:
As this breaks backwards compatibility a new major release (2.0) would be required.
Sorry, something went wrong.
mjaschen
No branches or pull requests
As of today (September 2019) PHP versions up to 7.0 don't get support any longer.
I suggest that we drop support for older PHP versions as well (maybe allowing to be one major release behind).
Migrating to PHP 7+ would allow us use great features like strict mode, argument and return type hinting and many more.
The text was updated successfully, but these errors were encountered: