Working: Auth, DB, view ticket

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-04 14:19:10 +01:00
parent 184510e097
commit f64b585230
18 changed files with 1367 additions and 1 deletions

7
app/composer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"require": {
"ramsey/uuid": "^4.0",
"vlucas/phpdotenv": "^5.0",
"jumbojett/openid-connect-php": "^0.9.0"
}
}