feat: Ajout configuration et dépendances initiales

This commit is contained in:
Serreau Jovann
2025-07-16 11:29:00 +02:00
parent 9c9ff36c6f
commit 0b7f9cca89
20 changed files with 3317 additions and 8 deletions

View File

@@ -35,6 +35,59 @@
"migrations/.gitignore"
]
},
"knplabs/knp-paginator-bundle": {
"version": "v6.8.1"
},
"league/flysystem-bundle": {
"version": "3.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380"
},
"files": [
"config/packages/flysystem.yaml",
"var/storage/.gitignore"
]
},
"liip/imagine-bundle": {
"version": "2.13",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.8",
"ref": "d1227d002b70d1a1f941d91845fcd7ac7fbfc929"
},
"files": [
"config/packages/liip_imagine.yaml",
"config/routes/liip_imagine.yaml"
]
},
"nelmio/cors-bundle": {
"version": "2.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.5",
"ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
},
"files": [
"config/packages/nelmio_cors.yaml"
]
},
"phpstan/phpstan": {
"version": "2.1",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
},
"files": [
"phpstan.dist.neon"
]
},
"phpunit/phpunit": {
"version": "12.2",
"recipe": {
@@ -50,6 +103,21 @@
"bin/phpunit"
]
},
"presta/sitemap-bundle": {
"version": "v4.1.3"
},
"sentry/sentry-symfony": {
"version": "5.3",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "5.0",
"ref": "f26c577142172082bb3aeef519af6b5944b86ac2"
},
"files": [
"config/packages/sentry.yaml"
]
},
"symfony/asset-mapper": {
"version": "7.3",
"recipe": {
@@ -294,5 +362,17 @@
},
"twig/extra-bundle": {
"version": "v3.21.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"
]
}
}