You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.9 KiB

  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
  5. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  6. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  7. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  8. Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
  9. Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
  10. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  11. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  12. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  13. Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
  14. Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle::class => ['all' => true],
  15. // Sonata\Twig\Bridge\Symfony\SonataTwigSymfonyBundle::class => ['all' => true],
  16. Sonata\Form\Bridge\Symfony\SonataFormBundle::class => ['all' => true],
  17. Sonata\Exporter\Bridge\Symfony\SonataExporterBundle::class => ['all' => true],
  18. Sonata\Twig\Bridge\Symfony\SonataTwigBundle::class => ['all' => true],
  19. Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
  20. Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
  21. Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
  22. Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
  23. CalendarBundle\CalendarBundle::class => ['all' => true],
  24. Pd\UserBundle\PdUserBundle::class => ['all' => true],
  25. Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
  26. ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
  27. Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
  28. ];