Skip to content

Conversation

champix
Copy link

@champix champix commented Jan 18, 2025

Change Log

Added

  • PHP 8.4 support

Fixed

  • Deprecated errors gone

Changed

Removed

Deprecated

Security


Description

PHP 8.4 Support

TBH it worked but it threw some deprecation errors (see below)

Deprecated: Coduo\PHPHumanizer\String\BinarySuffix::__construct(): Implicitly marking parameter $precision as nullable is deprecated, the explicit nullable type must be used instead in #REDACTED#\vendor\coduo\php-humanizer\src\Coduo\PHPHumanizer\String\BinarySuffix.php on line 37

@norberttech
Copy link
Member

Thanks @champix! Would you mind removing 8.1 from supported versions? I try to keep only 3 supported versions among all projects I'm maintaining

@norberttech
Copy link
Member

you also need to add 8.4 in CI/CD test suite, and move static analysis to 8.2 from 8.1

@norberttech
Copy link
Member

You might need to run static analysis locally and fix those errors first

@norberttech
Copy link
Member

@champix I'm closing this one as I already updated project to 8.4 and did some minor cleanups (like removing psalm).

If you are interested in contributing, maybe take a look at #135 which I think would be good to resolve before releasing version 5.1

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

Successfully merging this pull request may close these issues.

2 participants