2024-01-16 16:54:06 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
2024-01-16 20:43:18 +01:00
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
2024-01-17 10:21:43 +01:00
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
2024-01-18 00:46:20 +01:00
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
2024-01-18 18:48:58 +01:00
|
|
|
Sentry\SentryBundle\SentryBundle::class => ['prod' => true],
|
2024-01-16 16:54:06 +01:00
|
|
|
];
|