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 8.4 support for 5.x #731

Merged
merged 4 commits into from
Jul 6, 2024
Merged

php 8.4 support for 5.x #731

merged 4 commits into from
Jul 6, 2024

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7e73ca View commit details
    Browse the repository at this point in the history
  2. [PHP 8.4] Fixes for implicit nullability deprecation

    Fixes all issues that emits a deprecation notice on PHP 8.4.
    
    See:
     - [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
     - [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
    Ayesh authored and Seldaek committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8cba3ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0898b3 View commit details
    Browse the repository at this point in the history
  4. Bump php requirement to 7.1+

    Seldaek committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2201471 View commit details
    Browse the repository at this point in the history