Compare commits

...

2 Commits

Author SHA1 Message Date
6cccc3746d Merge remote-tracking branch 'tonehaus-gitea/main'
Some checks failed
CI - Build Tonehaus Docker image / build (push) Failing after 1m36s
2025-11-07 11:56:07 +00:00
5d7cc1666b Removed unused bundles from bundles.php 2025-11-07 11:56:01 +00:00

View File

@@ -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],