Bug: PHP version dependency was bumped from 8.2 -> 8.3 in a patch release, was this intentional? #228
Closed
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
Describe the bug
The
composer.json
dependencies for this library now list php8.3 as the minimum version to useunleash/client
. What's odd is this change was made in v2.5.283. The next patch version back, v2.5.282, is still PHP8.2.We were just wondering if this was intentional? It's a pretty big change to make in a patch version update.
To reproduce
composer.json
to point at release 2.5.283 of this package.composer install
- note PHP dependency version check failurecomposer.json
to point at 2.5.282 or any other version older than that in the v2 rangecomposer install
- note installation is successfulSample code (optional)
Version
2.5.283
Expected behavior
Maintain PHP8.2 as the minimum version for all patch version upgrades. A minor or major version upgrade would be more appropriate for a shift of this size.
Logs (optional)
No response
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: