Licitator 1.0
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.

46 lines
3.2 KiB

5 years ago
5 years ago
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  5. Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
  6. Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
  7. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  8. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  9. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  10. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  11. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  12. Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
  13. Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
  14. Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true],
  15. Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
  16. Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
  17. Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
  18. Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
  19. Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
  20. Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true],
  21. FOS\UserBundle\FOSUserBundle::class => ['all' => true],
  22. Sonata\UserBundle\SonataUserBundle::class => ['all' => true],
  23. KevinPapst\AdminLTEBundle\AdminLTEBundle::class => ['all' => true],
  24. Zitec\RuleEngineBundle\ZitecRuleEngineBundle::class => ['all' => true],
  25. Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true],
  26. FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
  27. Sonata\FormatterBundle\SonataFormatterBundle::class => ['all' => true],
  28. FOS\RestBundle\FOSRestBundle::class => ['all' => true],
  29. JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
  30. AdamQuaile\Bundle\FieldsetBundle\AdamQuaileFieldsetBundle::class => ['all' => true],
  31. Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
  32. Sonata\TranslationBundle\SonataTranslationBundle::class => ['all' => true],
  33. Sonata\IntlBundle\SonataIntlBundle::class => ['all' => true],
  34. FM\ElfinderBundle\FMElfinderBundle::class => ['all' => true],
  35. Pix\SortableBehaviorBundle\PixSortableBehaviorBundle::class => ['all' => true],
  36. Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
  37. Prometeo\CommandsBundle\PrometeoCommandsBundle::class => ['all' => true],
  38. DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
  39. Qipsius\TCPDFBundle\QipsiusTCPDFBundle::class => ['all' => true],
  40. Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
  41. Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
  42. Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
  43. // Sonata\Exporter\Bridge\Symfony\SonataExporterBundle::class => ['all' => true],
  44. Sonata\Exporter\Bridge\Symfony\Bundle\SonataExporterBundle::class => ['all' => true],
  45. ];