I get the error
Declaration of DI\Container::get(string $id): mixed must be compatible with Psr\Container\ContainerInterface::get($id)
This looks to be because moodle specifies a return type of mixed where the PSR does not.
Using php 8.2 and MOODLE_404_STABLE