I have a Laravel 9 project with Php 8.1, It works on my dev server. But , after cloning the project to prod, I run "composer install" and get these errors
PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 112
...
I don't understand and should appreciate any help.