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

2
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "be8113b23da88e97654b9211688e5160", "content-hash": "1ec83e325be6f57ff404050f1ad58e2d",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",

View File

@@ -22,5 +22,4 @@ return [
Symfony\UX\Turbo\TurboBundle::class => ['all' => true], Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true], DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
Symfony\UX\React\ReactBundle::class => ['all' => 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

View File

@@ -359,18 +359,6 @@
"twig/extra-bundle": { "twig/extra-bundle": {
"version": "v3.10.0" "version": "v3.10.0"
}, },
"vich/uploader-bundle": {
"version": "2.7",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.13",
"ref": "1b3064c2f6b255c2bc2f56461aaeb76b11e07e36"
},
"files": [
"config/packages/vich_uploader.yaml"
]
},
"zenstruck/foundry": { "zenstruck/foundry": {
"version": "1.36", "version": "1.36",
"recipe": { "recipe": {