This commit is contained in:
2025-04-22 22:24:17 +02:00
parent 66b57ea84a
commit 7b05e52d95
29 changed files with 441 additions and 431 deletions

View File

@@ -17,17 +17,17 @@ use SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle;
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
return [
FrameworkBundle::class => ['all' => true],
DoctrineBundle::class => ['all' => true],
DoctrineMigrationsBundle::class => ['all' => true],
MakerBundle::class => ['dev' => true],
TwigBundle::class => ['all' => true],
SecurityBundle::class => ['all' => true],
WebProfilerBundle::class => ['dev' => true, 'test' => true],
TwigExtraBundle::class => ['all' => true],
TwigComponentBundle::class => ['all' => true],
EasyAdminBundle::class => ['all' => true],
DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
SymfonyCastsVerifyEmailBundle::class => ['all' => true],
DoctrineMigrationsBundle::class => ['all' => true],
EasyAdminBundle::class => ['all' => true],
FrameworkBundle::class => ['all' => true],
MakerBundle::class => ['dev' => true],
SecurityBundle::class => ['all' => true],
SentryBundle::class => ['prod' => true],
SymfonyCastsVerifyEmailBundle::class => ['all' => true],
TwigBundle::class => ['all' => true],
TwigComponentBundle::class => ['all' => true],
TwigExtraBundle::class => ['all' => true],
WebProfilerBundle::class => ['dev' => true, 'test' => true],
];