From 0a6273ac57a54b78ff15eddca9f84bb5841de1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:00:51 +0100 Subject: [PATCH] chore: Bump web-token/jwt-key-mgmt from 2.2.6 to 2.2.7 (#4793) Bumps [web-token/jwt-key-mgmt](https://github.com/web-token/jwt-key-mgmt) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/web-token/jwt-key-mgmt/releases) - [Commits](https://github.com/web-token/jwt-key-mgmt/compare/v2.2.6...v2.2.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index d3745a1a2c0..d1f08b9bb7f 100644 --- a/composer.lock +++ b/composer.lock @@ -11807,16 +11807,16 @@ }, { "name": "web-token/jwt-key-mgmt", - "version": "v2.2.6", + "version": "v2.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-key-mgmt.git", - "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b" + "reference": "2f9758c7972cca3894fa28f17ceaf9c6db825b31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/03fafa105970f0e5a7ae44c39bc8f0576ebcb23b", - "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b", + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/2f9758c7972cca3894fa28f17ceaf9c6db825b31", + "reference": "2f9758c7972cca3894fa28f17ceaf9c6db825b31", "shasum": "" }, "require": { @@ -11825,12 +11825,6 @@ "psr/http-factory": "^1.0", "web-token/jwt-core": "^2.0" }, - "require-dev": { - "php-http/httplug": "^1.1", - "php-http/message-factory": "^1.0", - "php-http/mock-client": "^1.0", - "phpunit/phpunit": "^8.0" - }, "suggest": { "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", "php-http/httplug": "To enable JKU/X5U support.", @@ -11838,16 +11832,6 @@ "web-token/jwt-util-ecc": "To use EC key analyzers." }, "type": "library", - "extra": { - "branch-alias": { - "v1.0": "1.0.x-dev", - "v1.1": "1.1.x-dev", - "v1.2": "1.2.x-dev", - "v1.3": "1.3.x-dev", - "v2.0": "2.0.x-dev", - "v2.1": "2.1.x-dev" - } - }, "autoload": { "psr-4": { "Jose\\Component\\KeyManagement\\": "" @@ -11893,7 +11877,7 @@ "type": "patreon" } ], - "time": "2020-08-01T11:57:29+00:00" + "time": "2020-12-13T21:05:39+00:00" }, { "name": "web-token/jwt-signature",