bundles.php 1.8 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
  5. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  6. Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['test' => true],
  7. FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],
  8. Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
  9. Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true],
  10. Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
  11. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  12. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  13. Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
  14. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  15. WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
  16. Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class => ['all' => true],
  17. DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
  18. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  19. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  20. Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
  21. Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
  22. Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true],
  23. EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle::class => ['all' => true],
  24. Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
  25. ];