2025-01-10 15:16:40 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
2025-01-23 16:40:05 +00:00
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
Symfonycasts\TailwindBundle\SymfonycastsTailwindBundle::class => ['all' => true],
|
2025-01-23 17:44:47 +00:00
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
|
|
|
|
Flasher\Noty\Symfony\FlasherNotySymfonyBundle::class => ['all' => true],
|
2025-01-31 10:05:25 +00:00
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
|
|
|
|
Symfony\UX\Icons\UXIconsBundle::class => ['all' => true],
|
2025-02-09 14:59:31 +00:00
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
|
|
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
|
2025-01-10 15:16:40 +01:00
|
|
|
];
|