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

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-02-08 21:56:38 +01:00
parent f472e250eb
commit 58f68541f4
4 changed files with 2540 additions and 1398 deletions

3912
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,4 +22,5 @@ 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

@@ -0,0 +1,8 @@
vich_uploader:
db_driver: orm
#mappings:
# products:
# uri_prefix: /images/products
# upload_destination: '%kernel.project_dir%/public/images/products'
# namer: Vich\UploaderBundle\Naming\SmartUniqueNamer

View File

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