Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created December 7, 2019 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/c6828c491aee74c98d45487b21b96fd4 to your computer and use it in GitHub Desktop.
Save theodesp/c6828c491aee74c98d45487b21b96fd4 to your computer and use it in GitHub Desktop.
<?php
return [
Knp\DoctrineBehaviors\Bundle\DoctrineBehaviorsBundle::class => ['all' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'translation' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'translation' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true, 'translation' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'translation' => true],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment