summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-16 11:38:31 +0200
committerJoas Schilling <coding@schilljs.com>2022-06-10 12:12:31 +0200
commitf0edd9cf52dc12fbdd9278650a70383b19968d98 (patch)
tree67b2e06c7471cbd6dbffd6928c1b7d95dadd9d10 /composer.json
parent2048ef7528e71dd6dbb5473dd29ea461b72cb7d1 (diff)
Require firebase JWT lib
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 91f0b5dba..88cbe9e53 100644
--- a/composer.json
+++ b/composer.json
@@ -26,5 +26,8 @@
"vimeo/psalm": "^4.22",
"christophwurst/nextcloud": "dev-master",
"phpunit/phpunit": "^9.5"
+ },
+ "require": {
+ "firebase/php-jwt": "^6.2"
}
}