add user and authenticator

This commit is contained in:
constantin
2024-11-14 16:48:07 +01:00
committed by Constantin Simonis
parent 1ec2ed1d00
commit 3d739af292
15 changed files with 2840 additions and 70 deletions

View File

@ -7,12 +7,17 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.3",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/security-bundle": "7.1.*",
"symfony/yaml": "7.1.*"
},
"config": {
@ -63,5 +68,8 @@
"allow-contrib": false,
"require": "7.1.*"
}
},
"require-dev": {
"symfony/maker-bundle": "^1.61"
}
}