From d7761e90168963e113105159c04fae7a26d65c30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:51:41 +0000 Subject: [PATCH] fix(deps): update dependency firebase/php-jwt to v7 --- composer.json | 2 +- composer.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index fe775f3..f1d18d9 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psr/log": "^3.0", "guzzlehttp/psr7": "^2.0", "nikic/fast-route": "^1.3", - "firebase/php-jwt": "^6.10" + "firebase/php-jwt": "^7.0" }, "require-dev": { "phpunit/phpunit": "^11.0" diff --git a/composer.lock b/composer.lock index a4f482e..cf52ff3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "250c70a03e252cc9424a81a7b3bbaa8c", + "content-hash": "0ae93eb9e23e719d065add477996cd79", "packages": [ { "name": "firebase/php-jwt", - "version": "v6.10.1", + "version": "v7.0.5", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "500501c2ce893c824c801da135d02661199f60c5" + "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", - "reference": "500501c2ce893c824c801da135d02661199f60c5", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/47ad26bab5e7c70ae8a6f08ed25ff83631121380", + "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380", "shasum": "" }, "require": { @@ -25,6 +25,7 @@ }, "require-dev": { "guzzlehttp/guzzle": "^7.4", + "phpfastcache/phpfastcache": "^9.2", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^2.0||^3.0", @@ -65,9 +66,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.5" }, - "time": "2024-05-18T18:05:11+00:00" + "time": "2026-04-01T20:38:03+00:00" }, { "name": "guzzlehttp/psr7", @@ -2137,5 +2138,5 @@ "php": ">=8.3" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }