Closed sasezaki closed 1 month ago
Personally, I recommend using "PHP Minor version range specification constraint" (eg. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
)
(see https://zenn.dev/top/articles/9f0d8a25ccef03 )
@sasezaki Thank you for your kind and detailed report!! I apologize for the delayed response.
I plan to address this issue soon (likely within this week) and will decide on the course of action to take, which I think will involve the following changes:
~8.3.0
Currently, this project's
composer.json
In composer, it means
>8.2.0.0-stable
https://getcomposer.org/doc/articles/versions.md#stability-constraintsSo, this also means it could be install 8.2.1 or above.
If you really want support PHP 8.2, please add QA checks into github actions.