From b80e7f2d2da173fb68d8053f7fa9c28bf4587dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:39:53 +0000 Subject: [PATCH] Bump firebase/php-jwt from 6.1.0 to 7.0.0 in /theme/includes/jwt/php-jwt Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 6.1.0 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.1.0...v7.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- theme/includes/jwt/php-jwt/composer.json | 2 +- theme/includes/jwt/php-jwt/composer.lock | 32 ++++++++++++++---------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/theme/includes/jwt/php-jwt/composer.json b/theme/includes/jwt/php-jwt/composer.json index 611e7483..766b1306 100644 --- a/theme/includes/jwt/php-jwt/composer.json +++ b/theme/includes/jwt/php-jwt/composer.json @@ -1,5 +1,5 @@ { "require": { - "firebase/php-jwt": "^6.1" + "firebase/php-jwt": "^7.0" } } diff --git a/theme/includes/jwt/php-jwt/composer.lock b/theme/includes/jwt/php-jwt/composer.lock index ba2d36c6..72adfd97 100644 --- a/theme/includes/jwt/php-jwt/composer.lock +++ b/theme/includes/jwt/php-jwt/composer.lock @@ -4,29 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6899b11e9f5e353ff3b337c62487149e", + "content-hash": "923194bb016a246f3de4bebc635e8ab9", "packages": [ { "name": "firebase/php-jwt", - "version": "v6.1.0", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "fbb2967a3a68b07e37678c00c0cf51165051495f" + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fbb2967a3a68b07e37678c00c0cf51165051495f", - "reference": "fbb2967a3a68b07e37678c00c0cf51165051495f", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { - "php": "^7.1||^8.0" + "php": "^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.5||9.5" + "guzzlehttp/guzzle": "^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^2.0||^3.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" }, "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", @@ -59,18 +65,18 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.1.0" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.0" }, - "time": "2022-03-23T18:26:04+00:00" + "time": "2025-12-15T19:26:43+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }