Update bundles.php, symfony.lock and package.json file

This commit is contained in:
2024-11-25 18:49:32 +01:00
parent 20d8cc2d17
commit 1f306a7270
3 changed files with 30 additions and 0 deletions

View File

@@ -36,4 +36,6 @@ return [
Chill\BudgetBundle\ChillBudgetBundle::class => ['all' => true],
Chill\WopiBundle\ChillWopiBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Translator\UxTranslatorBundle::class => ['all' => true],
];