Skip to content
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

Dropping support for PHP 7.0, which allows us to fix an upcoming PHP 8.4 deprecation #44

Open
wants to merge 2 commits into
base: v1
Choose a base branch
from

Conversation

hostep
Copy link
Member

@hostep hostep commented Apr 8, 2024

The upcoming PHP 8.4 release will contain a new deprecation: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types

However, this conflicts with the minimum PHP version this module requires, which is currently at PHP 7.0, which didn't have the nullable arguments feature yet, it was added in PHP 7.1.

So we decided to remove PHP 7.0 support from this module. This will most likely be tagged as a new minor version: 1.6.0

At the same times, we can improve our code quality a little bit by using some PHP 7.1+ features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants