From a3d2b5cb348ae9cbf0bd1ee4475308891f0b1c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:08:58 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.2.0 to 6.0.0 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] --- composer.json | 2 +- composer.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3fd30a3..436d241 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^7.2", "ext-json": "*", "php-curl-class/php-curl-class": "^8.7", - "firebase/php-jwt": "^5.2" + "firebase/php-jwt": "^5.2 || ^6.0" }, "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index 729e205..c4527d2 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": "55aa93f571cf8442242dd9cb3e40af58", + "content-hash": "6f6c9f10ae84bed5014e7bb93c00cd66", "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": { @@ -54,7 +57,7 @@ "jwt", "php" ], - "time": "2020-03-25T18:49:23+00:00" + "time": "2022-01-24T15:18:34+00:00" }, { "name": "php-curl-class/php-curl-class",