From 9c313af055d2a3133264236e8a1a8fea930c62aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:27:53 +0000 Subject: [PATCH] Bump firebase/php-jwt from 6.11.1 to 7.0.0 Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 6.11.1 to 7.0.0. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v6.11.1...v7.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bb2927968..6b4c17c0b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": ">=8.2", "bjeavons/zxcvbn-php": "^1.4", "contributte/console": "^0.10.0", - "firebase/php-jwt": "^6.11", + "firebase/php-jwt": "^7.0", "forxer/gravatar": "^5.0", "guzzlehttp/guzzle": "^7.10", "eluceo/ical": "^2.7", diff --git a/composer.lock b/composer.lock index 335301c46..205f50b43 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6e2b08b6c12f1fbefba20b031acf8664", + "content-hash": "591dfbf8d0cbc354fabbbd3eb1dece5a", "packages": [ { "name": "bjeavons/zxcvbn-php", @@ -1536,16 +1536,16 @@ }, { "name": "firebase/php-jwt", - "version": "v6.11.1", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66" + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", - "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { @@ -1593,9 +1593,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.11.1" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.0" }, - "time": "2025-04-09T20:32:01+00:00" + "time": "2025-12-15T19:26:43+00:00" }, { "name": "forxer/gravatar",