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

PHP Version Requirement Mismatch #5

Open
rikgirbes opened this issue Dec 9, 2024 · 0 comments
Open

PHP Version Requirement Mismatch #5

rikgirbes opened this issue Dec 9, 2024 · 0 comments

Comments

@rikgirbes
Copy link

rikgirbes commented Dec 9, 2024

Description
In the official documentation, PHP 8+ is required. However, the GitHub README states:

PHP 7.4 or PHP 8+

This inconsistency can cause confusion.

Why Require PHP 8+?

  • Security: PHP 7.4 reached end-of-life in November 2022 and no longer receives security updates. For a payment provider, security is critical.
  • Dependencies: Allows keeping Composer dependencies up-to-date.
  • Modern Features: PHP 8+ offers better performance and new language features.

Suggested Fix
Align the README with the documentation and set PHP 8+ as the minimum version.

Related issues: #3 #4

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

No branches or pull requests

1 participant