stash light

This commit is contained in:
team 1
2026-02-12 10:03:52 +01:00
parent 5b650a8f28
commit 0bb0c0b42f
51 changed files with 6864 additions and 72 deletions

View File

@@ -8,12 +8,17 @@
"ext-ctype": "*",
"ext-curl": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.18",
"doctrine/doctrine-migrations-bundle": "^3.7",
"doctrine/orm": "^3.6",
"symfony/console": "^7.4",
"symfony/dotenv": "^7.4",
"symfony/flex": "^2",
"symfony/framework-bundle": "^7.4",
"symfony/monolog-bundle": "^4.0",
"symfony/runtime": "^7.4",
"symfony/security-bundle": "7.4.*",
"symfony/twig-bundle": "7.4.*",
"symfony/uid": "7.4.*",
"symfony/yaml": "^7.4"
},
@@ -53,7 +58,11 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.4.*"
"require": "7.4.*",
"docker": false
}
},
"require-dev": {
"symfony/maker-bundle": "^1.66"
}
}