From 696aa9e5774ffdfee6aea4313a56319d74208626 Mon Sep 17 00:00:00 2001 From: CommanderRoot Date: Sat, 27 Dec 2025 19:51:05 +0100 Subject: [PATCH] chore: support firebase/php-jwt version 6.0 and 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 240f9d1c8..22d8c4f96 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^8.1", "google/auth": "^1.37", "google/apiclient-services": "~0.350", - "firebase/php-jwt": "^6.0", + "firebase/php-jwt": "^6.0||^7.0", "monolog/monolog": "^2.9||^3.0", "phpseclib/phpseclib": "^3.0.36", "guzzlehttp/guzzle": "^7.4.5",