Currently, this project's `composer.json` ```json "require": { "php": ">8.2", ``` In composer, it means `>8.2.0.0-stable` https://getcomposer.org/doc/articles/versions.md#stability-constraints So, 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.