In my Symfony 6 project, I am trying to load a fixture: /** * @param ObjectManager $manager */ public function load(ObjectManager $manager): void { $mana
I am using Symfony 6 and I should use CAS bundle for my app because we use SSO system. So, can I install the following bundle while I use Symfony 6 because ther