Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

29 lines
1.8KB

  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. Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
  15. Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
  16. FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
  17. Artgris\Bundle\FileManagerBundle\ArtgrisFileManagerBundle::class => ['all' => true],
  18. EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
  19. Lc\SovBundle\LcSovBundle::class => ['all' => true],
  20. Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
  21. ConnectHolland\CookieConsentBundle\CHCookieConsentBundle::class => ['all' => true],
  22. Knp\Bundle\PaginatorBundle\KnpPaginatorBundle::class => ['all' => true],
  23. Mailjet\MailjetBundle\MailjetBundle::class => ['all' => true],
  24. Knp\DoctrineBehaviors\DoctrineBehaviorsBundle::class => ['all' => true],
  25. A2lix\AutoFormBundle\A2lixAutoFormBundle::class => ['all' => true],
  26. A2lix\TranslationFormBundle\A2lixTranslationFormBundle::class => ['all' => true],
  27. ];