From 5d7cc1666b2f55ccc56f738c426b6b31dc0f9c4c Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 7 Nov 2025 11:56:01 +0000 Subject: [PATCH] Removed unused bundles from bundles.php --- config/bundles.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/bundles.php b/config/bundles.php index 4e3a560..0457f99 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,8 +7,6 @@ return [ Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], - Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], - Symfony\UX\Turbo\TurboBundle::class => ['all' => true], Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],