Implermented login
This commit is contained in:
parent
923d6ca242
commit
51c20b55a0
30 changed files with 2495 additions and 39 deletions
|
|
@ -12,6 +12,14 @@
|
|||
"laminas/laminas-diactoros": "^3.3",
|
||||
"laminas/laminas-httphandlerrunner": "^2.10",
|
||||
"ralouphie/mimey": "^1.0",
|
||||
"dotenv-org/phpdotenv-vault": "^0.2.4"
|
||||
"dotenv-org/phpdotenv-vault": "^0.2.4",
|
||||
"doctrine/orm": "^3.2",
|
||||
"doctrine/dbal": "^4.0",
|
||||
"symfony/uid": "^7.1",
|
||||
"php-curl-class/php-curl-class": "^9.19",
|
||||
"symfony/cache": "^7.1",
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-xdebug": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue