some bundles were added

This commit is contained in:
tracer 2022-11-15 17:07:58 +01:00
parent d8aca18192
commit f1a8821ba7
1 changed files with 5 additions and 0 deletions

View File

@ -19,4 +19,9 @@ return [
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Symfony\UX\Dropzone\DropzoneBundle::class => ['all' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
Flasher\SweetAlert\Symfony\FlasherSweetAlertSymfonyBundle::class => ['all' => true],
Symfony\UX\Cropperjs\CropperjsBundle::class => ['all' => true],
];