2025-01-10 15:16:40 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
2025-01-23 16:40:05 +00:00
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
Symfonycasts\TailwindBundle\SymfonycastsTailwindBundle::class => ['all' => true],
|
2025-01-23 17:44:47 +00:00
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
|
|
|
|
Flasher\Noty\Symfony\FlasherNotySymfonyBundle::class => ['all' => true],
|
2025-01-10 15:16:40 +01:00
|
|
|
];
|