aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-16 21:02:51 +0100
committerGitHub <noreply@github.com>2023-07-16 21:02:51 +0100
commit2a11cff663b9520643bd0178ddc671705dd06e31 (patch)
treed81c7682b4696d4182ab375d64fa69c4ff755647 /composer.json
parentc5d62dc343790299f81d395ce4581ec7a8c609bb (diff)
feat: site admin (#8)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 451f135..bc3e8f5 100644
--- a/composer.json
+++ b/composer.json
@@ -6,6 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
+ "auth0/login": "^7.8",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",