Upgrading php to 8

Both my valet and composer is using php 8.0
But my local says

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.4.30. in /Users/admin/sites/sage10/web/app/themes/sage10/vendor/composer/platform_check.php on line 24

When I upgrade php with valet using 8.0 it gives

Deprecated: Method ReflectionParameter::getClass() is deprecated in /Users/admin/.composer/vendor/illuminate/container/Container.php

But at the end it says its using 8.0. and composer -vvv about also gives php 8.0

Is there more things to consider? I don’t understand why its saying I’m using 7.4…