From 7655b5f015448f4eab644403348fd7418c75a66f Mon Sep 17 00:00:00 2001 From: Simone <35526490+rosinisi@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:55:21 +0100 Subject: [PATCH] chore: upgrade php-jwt to ^7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d7395f..1ac9144 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "firebase/php-jwt": "^6.8", + "firebase/php-jwt": "^7.0", "guzzlehttp/guzzle": "^7.7", "guzzlehttp/psr7": "^2.5" },