2019-10-26 18:07:36 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
2026-04-09 22:00:53 +02:00
|
|
|
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
|
2026-04-10 21:06:22 +02:00
|
|
|
Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
|
2026-04-12 15:19:03 +02:00
|
|
|
Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
|
|
|
|
|
Webauthn\Stimulus\WebauthnStimulusBundle::class => ['all' => true],
|
2026-04-12 17:55:57 +02:00
|
|
|
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
|
2019-10-26 18:07:36 +02:00
|
|
|
];
|