From 7930119fdb7070fd59f7a199fccac1c2301d1abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 05:31:14 +0000 Subject: [PATCH] Build(deps): Bump firebase/php-jwt from 6.10.2 to 7.0.0 Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 6.10.2 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.10.2...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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 92c79da..d737e9c --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-curl": "*", "ext-mbstring": "*", "vectrex/vxphp": "^3.0.0", - "firebase/php-jwt": "^v6.10.2", + "firebase/php-jwt": "^v7.0.0", "ivopetkov/html5-dom-document-php": "^v2.8.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 78d25cb..e7687f7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d02813703c7025ab782298130e72bac7", + "content-hash": "bf2586ea16679ca43efa67451ac70ccd", "packages": [ { "name": "firebase/php-jwt", - "version": "v6.10.2", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b" + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b", - "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", + "reference": "c03036fd5dbd530a95406ca3b5f6d7b24eaa3910", "shasum": "" }, "require": { @@ -65,9 +65,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.10.2" + "source": "https://github.com/firebase/php-jwt/tree/v7.0.0" }, - "time": "2024-11-24T11:22:49+00:00" + "time": "2025-12-15T19:26:43+00:00" }, { "name": "ivopetkov/html5-dom-document-php", @@ -1062,7 +1062,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.3.0", + "php": ">=8.4.0", "ext-pdo": "*", "ext-zip": "*", "ext-gd": "*",