From 674c51a62140171ae1dfc7f35dcffe048bcbe70e Mon Sep 17 00:00:00 2001 From: Meyyappan Velayutham Date: Sat, 18 Feb 2023 19:12:17 +0530 Subject: [PATCH] TASK: Update firebase/php-jwt from 5.2 to 6.0 (#40) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27263fb..42dc403 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "firebase/php-jwt": "^5.2", + "firebase/php-jwt": "^6.0", "guzzlehttp/guzzle": "^7.0.1", "webmozart/assert": "^1.0" },