From 96933d2e019696e5252b47d6db4a13233e4c7300 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Tue, 10 Dec 2024 12:22:36 -0500 Subject: [PATCH] Remove Turbo and Stimulus bundles --- 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],