Added symfony ux-turbo packages

This commit is contained in:
Jan Böhmer 2022-03-04 20:13:25 +01:00
parent 3e0745f859
commit 27b8fbd5b2
7 changed files with 122 additions and 3 deletions

View file

@ -25,4 +25,5 @@ return [
Translation\Bundle\TranslationBundle::class => ['all' => true],
Florianv\SwapBundle\FlorianvSwapBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
];