From 4eecad79447332ae6a343329fc3dc39341d7c291 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 10 Sep 2026 22:16:15 -0400 Subject: [PATCH] build: bump firebase/php-jwt from 7.0 to 7.1 Update the firebase/php-jwt dependency to version 7.1 to ensure the application uses the latest minor version features and improvements. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 68e3d97..7419318 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "leafs/session": "^5.0", "leafs/db": "^5.0", "leafs/http": "^5.0", - "firebase/php-jwt": "^7.0" + "firebase/php-jwt": "^7.1" }, "config": { "allow-plugins": {