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
46 lines
3.2 KiB
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true],
|
|
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
|
|
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
|
Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
|
|
Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
|
|
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true],
|
|
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
|
|
Sonata\UserBundle\SonataUserBundle::class => ['all' => true],
|
|
KevinPapst\AdminLTEBundle\AdminLTEBundle::class => ['all' => true],
|
|
Zitec\RuleEngineBundle\ZitecRuleEngineBundle::class => ['all' => true],
|
|
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true],
|
|
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
|
|
Sonata\FormatterBundle\SonataFormatterBundle::class => ['all' => true],
|
|
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
|
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
|
|
AdamQuaile\Bundle\FieldsetBundle\AdamQuaileFieldsetBundle::class => ['all' => true],
|
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
|
Sonata\TranslationBundle\SonataTranslationBundle::class => ['all' => true],
|
|
Sonata\IntlBundle\SonataIntlBundle::class => ['all' => true],
|
|
FM\ElfinderBundle\FMElfinderBundle::class => ['all' => true],
|
|
Pix\SortableBehaviorBundle\PixSortableBehaviorBundle::class => ['all' => true],
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
|
|
Prometeo\CommandsBundle\PrometeoCommandsBundle::class => ['all' => true],
|
|
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
|
|
Qipsius\TCPDFBundle\QipsiusTCPDFBundle::class => ['all' => true],
|
|
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
|
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
|
|
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
|
|
// Sonata\Exporter\Bridge\Symfony\SonataExporterBundle::class => ['all' => true],
|
|
Sonata\Exporter\Bridge\Symfony\Bundle\SonataExporterBundle::class => ['all' => true],
|
|
];
|