| 1234567891011121314151617181920212223 |
- <?php
- return [
- Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
- Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
- Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['docker' => true, 'test' => true],
- Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
- Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
- Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
- Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
- ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
- Jb\Bundle\PhumborBundle\JbPhumborBundle::class => ['all' => true],
- Misd\PhoneNumberBundle\MisdPhoneNumberBundle::class => ['all' => true],
- Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
- Symfony\Bundle\MakerBundle\MakerBundle::class => ['docker' => true],
- FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true],
- Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
- Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
- Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
- Symfony\Bundle\DebugBundle\DebugBundle::class => ['docker' => true],
- Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
- DH\AuditorBundle\DHAuditorBundle::class => ['all' => true],
- ];
|