Try to get stuff working

This commit is contained in:
brabli
2025-11-27 14:37:29 +00:00
parent d48fb65010
commit 91e21013ec
9 changed files with 118 additions and 96 deletions

View File

@@ -33,7 +33,9 @@
"require": {
"symfony/dependency-injection": "^7.1",
"symfony/framework-bundle": "^7.1",
"symfony/yaml": "^7.1"
"symfony/yaml": "^7.1",
"doctrine/doctrine-bundle": "^2.18",
"doctrine/orm": "^3.5"
},
"require-dev": {