@waterkip@defcon.social if you want Composer to always treat your environment like PHP 8.2, you can set the PHP platform configuration:
composer config platform.php 8.2.0
Which sets this in the composer.json:
"config": {
"platform": {
"php": "8.0.7"
}
}