From 23a17a92ceb0051f340b3ebb0c9185f407cb8a9d Mon Sep 17 00:00:00 2001 From: James Read Date: Sun, 19 May 2024 20:56:32 +0800 Subject: [PATCH] chore: upgrading jwt auth Upgrading JWT auth package with a supported version --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8581f3f..a2e9b91 100644 --- a/composer.json +++ b/composer.json @@ -32,12 +32,13 @@ "monolog/monolog": "^2", "tuupola/base62": "^2", - "tuupola/slim-jwt-auth": "^3", "tuupola/slim-basic-auth": "^3", "vlucas/phpdotenv": "^5", "twig/twig": "^3", "crunzphp/crunz": "^3", - "lorisleiva/cron-translator": ">=0.3.2" + "lorisleiva/cron-translator": ">=0.3.2", + "jimtools/jwt-auth": "^1.0", + "firebase/php-jwt": "^6.10" } }