From 76f490326ccb3134cf5258f963f0ca41e7e2b4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:14:50 +0000 Subject: [PATCH] Update firebase/php-jwt requirement from ^6.0 to ^7.0 Updates the requirements on [firebase/php-jwt](https://github.com/firebase/php-jwt) to permit the latest version. - [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.0.0...v7.0.2) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 7.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aad95d2..5c3ac3b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.2|^8.3|^8.4", - "firebase/php-jwt": "^6.0", + "firebase/php-jwt": "^7.0", "illuminate/contracts": "^11.0||^12.0", "jordanpartridge/conduit-interfaces": "^1.1", "saloonphp/saloon": "^3.10",