bundles.php 1.4 KB

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  5. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['docker' => true, 'test' => true],
  6. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  7. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  8. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  9. Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
  10. ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
  11. Jb\Bundle\PhumborBundle\JbPhumborBundle::class => ['all' => true],
  12. Misd\PhoneNumberBundle\MisdPhoneNumberBundle::class => ['all' => true],
  13. Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
  14. Symfony\Bundle\MakerBundle\MakerBundle::class => ['docker' => true],
  15. FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true],
  16. Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
  17. Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
  18. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  19. Symfony\Bundle\DebugBundle\DebugBundle::class => ['docker' => true],
  20. Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
  21. DH\AuditorBundle\DHAuditorBundle::class => ['all' => true],
  22. ];