true, 'docker' => true, 'test' => false, 'staging' => true]; return [ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], Misd\PhoneNumberBundle\MisdPhoneNumberBundle::class => ['all' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true], // Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true], Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => $devEnvs, Symfony\Bundle\MakerBundle\MakerBundle::class => $devEnvs, Symfony\Bundle\DebugBundle\DebugBundle::class => $devEnvs, Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => $devEnvs, Zenstruck\Foundry\ZenstruckFoundryBundle::class => $devEnvs, Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => $devEnvs, Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => $devEnvs, Hautelook\AliceBundle\HautelookAliceBundle::class => $devEnvs, ];