build(deps): Bump lcobucci/jwt from 5.0.0 to 5.1.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/lcobucci/jwt/releases) - [Commits](https://github.com/lcobucci/jwt/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: lcobucci/jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8b8c90e478
commit
f1a1dccfe6
1 changed files with 14 additions and 14 deletions
28
composer.lock
generated
28
composer.lock
generated
|
@ -2489,16 +2489,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/jwt",
|
"name": "lcobucci/jwt",
|
||||||
"version": "5.0.0",
|
"version": "5.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lcobucci/jwt.git",
|
"url": "https://github.com/lcobucci/jwt.git",
|
||||||
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34"
|
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
|
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/f0031c07b96db6a0ca649206e7eacddb7e9d5908",
|
||||||
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
|
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2506,20 +2506,20 @@
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"ext-sodium": "*",
|
"ext-sodium": "*",
|
||||||
"php": "~8.1.0 || ~8.2.0",
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||||
"psr/clock": "^1.0"
|
"psr/clock": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"infection/infection": "^0.26.19",
|
"infection/infection": "^0.27.0",
|
||||||
"lcobucci/clock": "^3.0",
|
"lcobucci/clock": "^3.0",
|
||||||
"lcobucci/coding-standard": "^9.0",
|
"lcobucci/coding-standard": "^11.0",
|
||||||
"phpbench/phpbench": "^1.2.8",
|
"phpbench/phpbench": "^1.2.9",
|
||||||
"phpstan/extension-installer": "^1.2",
|
"phpstan/extension-installer": "^1.2",
|
||||||
"phpstan/phpstan": "^1.10.3",
|
"phpstan/phpstan": "^1.10.7",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.1.2",
|
"phpstan/phpstan-deprecation-rules": "^1.1.3",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.8",
|
"phpstan/phpstan-phpunit": "^1.3.10",
|
||||||
"phpstan/phpstan-strict-rules": "^1.5.0",
|
"phpstan/phpstan-strict-rules": "^1.5.0",
|
||||||
"phpunit/phpunit": "^10.0.12"
|
"phpunit/phpunit": "^10.2.6"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"lcobucci/clock": ">= 3.0"
|
"lcobucci/clock": ">= 3.0"
|
||||||
|
@ -2548,7 +2548,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/lcobucci/jwt/issues",
|
"issues": "https://github.com/lcobucci/jwt/issues",
|
||||||
"source": "https://github.com/lcobucci/jwt/tree/5.0.0"
|
"source": "https://github.com/lcobucci/jwt/tree/5.1.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -2560,7 +2560,7 @@
|
||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-25T21:35:16+00:00"
|
"time": "2023-10-31T06:41:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/commonmark",
|
"name": "league/commonmark",
|
||||||
|
|
Loading…
Add table
Reference in a new issue