From b10296f0037a5ff35b2ce2dc72333e90e9888944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:57:30 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.2.0 to 6.0.0 in /Library Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.2.0 to 6.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/v5.2.0...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Library/composer.json | 2 +- Library/composer.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Library/composer.json b/Library/composer.json index ab89bb6..a55781c 100644 --- a/Library/composer.json +++ b/Library/composer.json @@ -2,7 +2,7 @@ "name": "bitmotion/triggerdialog-library", "type": "library", "require": { - "firebase/php-jwt": "^5.0" + "firebase/php-jwt": "^5.0 || ^6.0" }, "authors": [ { diff --git a/Library/composer.lock b/Library/composer.lock index 86e47ba..4030a59 100644 --- a/Library/composer.lock +++ b/Library/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": "013653207b37c6455a0c5915a0698002", + "content-hash": "a0e9fee6e32e31ca7329736b593602f6", "packages": [ { "name": "firebase/php-jwt", - "version": "v5.2.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { @@ -26,6 +26,9 @@ "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, "type": "library", "autoload": { "psr-4": { @@ -56,9 +59,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/master" + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" }, - "time": "2020-03-25T18:49:23+00:00" + "time": "2022-01-24T15:18:34+00:00" } ], "packages-dev": [], @@ -69,5 +72,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }