From 03e63b21950bea36dd068229b89c99b46a8cd85a Mon Sep 17 00:00:00 2001 From: anyt Date: Fri, 29 Jan 2021 12:45:45 +0000 Subject: [PATCH] Regenerated composer.lock to not require ext-sodium --- composer.lock | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index b1cfa0292a..a19ed93e6c 100644 --- a/composer.lock +++ b/composer.lock @@ -4979,41 +4979,43 @@ }, { "name": "lcobucci/jwt", - "version": "4.1.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "2f533837091d0b76a89a059e7ed2b2732b2f459e" + "reference": "b80c4876a010cd8bfa9c78de64c930bb2fc8fb9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/2f533837091d0b76a89a059e7ed2b2732b2f459e", - "reference": "2f533837091d0b76a89a059e7ed2b2732b2f459e", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/b80c4876a010cd8bfa9c78de64c930bb2fc8fb9a", + "reference": "b80c4876a010cd8bfa9c78de64c930bb2fc8fb9a", "shasum": "" }, "require": { - "ext-hash": "*", - "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", - "ext-sodium": "*", "lcobucci/clock": "^2.0", "php": "^7.4 || ^8.0" }, "require-dev": { - "infection/infection": "^0.21", + "infection/infection": "^0.20", "lcobucci/coding-standard": "^6.0", - "mikey179/vfsstream": "^1.6.7", - "phpbench/phpbench": "^1.0@alpha", + "mikey179/vfsstream": "^1.6", + "phpbench/phpbench": "^0.17", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/php-invoker": "^3.1", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" @@ -5037,7 +5039,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/4.1.0" + "source": "https://github.com/lcobucci/jwt/tree/4.0.1" }, "funding": [ { @@ -5049,7 +5051,7 @@ "type": "patreon" } ], - "time": "2021-01-28T00:57:26+00:00" + "time": "2021-01-28T00:13:50+00:00" }, { "name": "league/event",