initial commit

This commit is contained in:
greggy
2025-10-06 23:10:59 +02:00
commit ad46abd2ba
62 changed files with 4332 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"require": {
"doctrine/orm": "^3.5",
"doctrine/dbal": "^4.3",
"symfony/cache": "^7.3"
},
"autoload": {
"psr-4": {
"Entity\\": "src/Entity/",
"Repository\\": "src/Repository/"
}
}
}