From e71f0e112e9f31a507121cd096c6febd814e058c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:25:25 +0000 Subject: [PATCH] build(deps): 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 a312691..6927d95 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "ramsey/uuid": "^4.9", "citco/carbon": "^3.0", - "firebase/php-jwt": "^6.11", + "firebase/php-jwt": "^7.0", "vlucas/phpdotenv": "^5.6" }, diff --git a/composer.lock b/composer.lock index 3d1c429..fa03003 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": "5d716ff9ec2f044919053c7ed83a0e6e", + "content-hash": "6bb8d81dc983a343f8f2c28e0a7126bc", "packages": [ { "name": "brick/math", @@ -180,16 +180,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": { @@ -237,9 +237,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": "graham-campbell/result-type",