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

Use native type declarations #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

theodorejb
Copy link
Contributor

Additional changes:

  • Updated minimum PHP version to 7.4.

Note

The existing requirement of PHP 5.4 was incorrect. PHP 7 has been required ever since v3 was released in 2022, because Helpers.php uses the null coalesce operator.

  • Test on PHP 8.3 and 8.4.
  • Remove custom autoloader and unused files.
  • Fixed various incorrect types (particularly for helper args).

PHP 7+ has already been required since v3, since Helpers.php uses the null coalesce operator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant