2019-02-23 16:49:38 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::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\TwigBundle\TwigBundle::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],
|
2019-02-24 18:05:06 +01:00
|
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
2019-03-05 23:52:45 +01:00
|
|
|
Omines\DataTablesBundle\DataTablesBundle::class => ['all' => true],
|
2019-03-12 13:34:33 +01:00
|
|
|
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
|
2019-10-05 20:30:27 +02:00
|
|
|
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
|
2019-10-20 14:35:19 +02:00
|
|
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
|
2019-11-23 14:48:21 +01:00
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
2019-11-30 15:43:30 +01:00
|
|
|
Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true],
|
2019-12-26 13:16:27 +01:00
|
|
|
Translation\Bundle\TranslationBundle::class => ['all' => true],
|
2020-06-07 22:38:10 +02:00
|
|
|
Florianv\SwapBundle\FlorianvSwapBundle::class => ['all' => true],
|
2020-06-08 20:23:35 +02:00
|
|
|
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
|
2022-03-04 20:13:25 +01:00
|
|
|
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
|
2022-08-13 23:33:05 +02:00
|
|
|
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
|
2022-08-14 00:36:00 +02:00
|
|
|
R\U2FTwoFactorBundle\RU2FTwoFactorBundle::class => ['all' => true],
|
2019-02-23 16:49:38 +01:00
|
|
|
];
|