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

@@ -11,8 +11,21 @@
"doctrine/doctrine-bundle": "^2.15",
"doctrine/doctrine-migrations-bundle": "^3.4.2",
"doctrine/orm": "^3.5",
"docusealco/docuseal-php": "^1.0",
"imagine/imagine": "^1.5",
"knplabs/knp-paginator-bundle": "^6.8",
"league/flysystem-aws-s3-v3": "^3.29",
"league/flysystem-bundle": "^3.4",
"liip/imagine-bundle": "^2.13",
"minishlink/web-push": "^9.0",
"mittwald/vault-php": "^3.0",
"nelmio/cors-bundle": "^2.5",
"phpdocumentor/reflection-docblock": "^5.6.2",
"phpstan/phpdoc-parser": "^2.2",
"presta/sitemap-bundle": "^4.1",
"sentry/sentry-symfony": "^5.3",
"setasign/fpdi": "^2.6",
"spatie/mjml-php": "^1.2",
"symfony/asset": "7.3.*",
"symfony/asset-mapper": "7.3.*",
"symfony/console": "7.3.*",
@@ -40,8 +53,11 @@
"symfony/validator": "7.3.*",
"symfony/web-link": "7.3.*",
"symfony/yaml": "7.3.*",
"twig/extra-bundle": "^2.12|^3.21",
"twig/twig": "^2.12|^3.21.1"
"tecnickcom/tcpdf": "^6.10",
"twig/extra-bundle": "^3.21",
"twig/intl-extra": "^3.21",
"twig/twig": "^3.21",
"vich/uploader-bundle": "^2.7"
},
"config": {
"allow-plugins": {
@@ -90,12 +106,14 @@
},
"extra": {
"symfony": {
"allow-contrib": false,
"allow-contrib": true,
"require": "7.3.*"
}
},
"require-dev": {
"fakerphp/faker": "^1.24",
"phpunit/phpunit": "^12.2.7",
"rector/rector": "^2.1",
"symfony/browser-kit": "7.3.*",
"symfony/css-selector": "7.3.*",
"symfony/debug-bundle": "7.3.*",