Merge pull request #1134 from jonnybarnes/dependabot/composer/lcobucci/jwt-5.2.0

build(deps): Bump lcobucci/jwt from 5.1.0 to 5.2.0
This commit is contained in:
Jonny Barnes 2023-11-22 08:27:15 +00:00 committed by GitHub
commit 5a5c96cee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -2489,21 +2489,19 @@
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "5.1.0", "version": "5.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/jwt.git", "url": "https://github.com/lcobucci/jwt.git",
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908" "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/f0031c07b96db6a0ca649206e7eacddb7e9d5908", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211",
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908", "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-sodium": "*", "ext-sodium": "*",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
@ -2548,7 +2546,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.1.0" "source": "https://github.com/lcobucci/jwt/tree/5.2.0"
}, },
"funding": [ "funding": [
{ {
@ -2560,7 +2558,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-10-31T06:41:47+00:00" "time": "2023-11-20T21:17:42+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",