|
10 | 10 | */ |
11 | 11 |
|
12 | 12 | return [ |
| 13 | + Symfony\AI\AiBundle\AiBundle::class => ['all' => true], |
| 14 | + Symfony\AI\McpBundle\McpBundle::class => ['all' => true], |
| 15 | + Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], |
13 | 16 | Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
| 17 | + Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], |
14 | 18 | Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
15 | | - Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], |
16 | 19 | Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], |
17 | | - Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], |
18 | | - Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], |
19 | | - Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true], |
| 20 | + Symfony\UX\Icons\UXIconsBundle::class => ['all' => true], |
20 | 21 | Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true], |
21 | 22 | Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], |
22 | 23 | Symfony\UX\Turbo\TurboBundle::class => ['all' => true], |
23 | | - Symfony\UX\Icons\UXIconsBundle::class => ['all' => true], |
| 24 | + Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true], |
24 | 25 | Symfony\UX\Typed\TypedBundle::class => ['all' => true], |
25 | | - Symfony\AI\AiBundle\AiBundle::class => ['all' => true], |
26 | | - Symfony\AI\McpBundle\McpBundle::class => ['all' => true], |
| 26 | + Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], |
27 | 27 | ]; |
0 commit comments