fix: composer.lock sync
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-02-08 21:54:59 +01:00
parent 89b074113c
commit f472e250eb
4 changed files with 1 additions and 24 deletions

View File

@@ -22,5 +22,4 @@ return [
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
Symfony\UX\React\ReactBundle::class => ['all' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];

View File

@@ -1,10 +0,0 @@
vich_uploader:
db_driver: orm
mappings:
conversion_uploads:
uri_prefix: /uploads/conversions
upload_destination: '%kernel.project_dir%/public/tmp/conversions'
namer: Vich\UploaderBundle\Naming\UniqidNamer
delete_on_update: true
delete_on_remove: true