2019-02-23 16:49:38 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::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-10-03 23:09:50 +02:00
|
|
|
Jbtronics\TFAWebauthn\TFAWebauthnBundle::class => ['all' => true],
|
2022-08-13 23:33:05 +02:00
|
|
|
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
|
2022-10-04 00:08:58 +02:00
|
|
|
Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
|
2023-05-27 20:38:32 +02:00
|
|
|
Nbgrp\OneloginSamlBundle\NbgrpOneloginSamlBundle::class => ['all' => true],
|
2023-06-06 23:46:37 +02:00
|
|
|
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
|
2023-06-28 16:00:11 +02:00
|
|
|
Symfony\UX\Translator\UxTranslatorBundle::class => ['all' => true],
|
2023-07-02 03:26:56 +02:00
|
|
|
Jbtronics\DompdfFontLoaderBundle\DompdfFontLoaderBundle::class => ['all' => true],
|
2023-07-16 03:07:53 +02:00
|
|
|
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
|
2023-08-06 00:42:34 +02:00
|
|
|
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
|
|
|
|
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
|
2019-02-23 16:49:38 +01:00
|
|
|
];
|