Php versions – Symfony Fixtures Loading :Attempted to load class "ClassUtils" from namespace "DoctrineCommonUtil"
I am using Symfony7 and PHP 8.2. I have installed fixtures via composer using composer req orm-fixtures command.I have created my fixture as well. When I try to execute this command : symfony console doctrine:fixtures:load, I get this error :…