Skip to content

PHP Version Requirement Mismatch #5

@rikgirbes

Description

@rikgirbes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions