From a3d67ba23161fac5417b4c8025bfdba03628c7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 07:02:20 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.2.1 to 6.3.1 in /php/jwt Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.2.1 to 6.3.1. - [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.1...v6.3.1) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- php/jwt/composer.json | 2 +- php/jwt/composer.lock | 28 ++++++++++++++++++---------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/php/jwt/composer.json b/php/jwt/composer.json index c4818db..b4d77e9 100644 --- a/php/jwt/composer.json +++ b/php/jwt/composer.json @@ -1,5 +1,5 @@ { "require": { - "firebase/php-jwt": "^5.2" + "firebase/php-jwt": "^6.3" } } diff --git a/php/jwt/composer.lock b/php/jwt/composer.lock index c223a89..692e567 100644 --- a/php/jwt/composer.lock +++ b/php/jwt/composer.lock @@ -4,27 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2e81f436193da5b40f951c6849eda663", + "content-hash": "3871539446f6e0306a6de8d421df9d92", "packages": [ { "name": "firebase/php-jwt", - "version": "v5.2.1", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23" + "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23", - "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da", + "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.1||^8.0" }, "require-dev": { - "phpunit/phpunit": ">=4.8 <=9" + "guzzlehttp/guzzle": "^6.5||^7.4", + "phpspec/prophecy-phpunit": "^1.1", + "phpunit/phpunit": "^7.5||^9.5", + "psr/cache": "^1.0||^2.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" + }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { @@ -56,9 +64,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.2.1" + "source": "https://github.com/firebase/php-jwt/tree/v6.3.1" }, - "time": "2021-02-12T00:02:00+00:00" + "time": "2022-11-01T21:20:08+00:00" } ], "packages-dev": [], @@ -69,5 +77,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }