From 6439079a2840222345fe5c84c743affb794679b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:19:19 +0000 Subject: [PATCH] Update firebase/php-jwt requirement from ^6.4 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.4.0...v7.0.1) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 46aa68f..61bf389 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "blitz-php/coding-standard": "^1.4", "blitz-php/framework": "^0.12", - "firebase/php-jwt": "^6.4", + "firebase/php-jwt": "^7.0", "kahlan/kahlan": "^6.0", "phpseclib/phpseclib": "^3.0", "phpstan/phpstan": "^1.11"