2022-04-07 11:49:17 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
2022-05-03 08:54:45 +02:00
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
2022-12-13 15:46:24 +01:00
|
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
|
|
|
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
|
2024-10-08 14:38:19 +02:00
|
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
|
2022-04-07 11:49:17 +02:00
|
|
|
];
|