-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels