2021-05-30 17:18:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
2022-04-11 17:30:33 +02:00
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
|
2021-05-30 17:27:39 +02:00
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
2022-04-11 17:30:33 +02:00
|
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
2021-05-30 17:34:33 +02:00
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
2022-04-11 17:30:33 +02:00
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
2021-05-30 18:25:36 +02:00
|
|
|
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
|
2021-06-01 18:48:20 +02:00
|
|
|
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
|
2022-05-03 14:52:04 +02:00
|
|
|
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
|
2022-11-01 14:57:36 +01:00
|
|
|
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
|
|
|
|
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
|
2022-11-10 13:48:29 +01:00
|
|
|
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
|
2022-11-15 17:07:58 +01:00
|
|
|
Symfony\UX\Dropzone\DropzoneBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
|
|
|
|
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
|
|
|
|
Flasher\SweetAlert\Symfony\FlasherSweetAlertSymfonyBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\Cropperjs\CropperjsBundle::class => ['all' => true],
|
2021-05-30 17:18:58 +02:00
|
|
|
];
|