From 39f8d9bdee916ff6573797f8bc35a4db3b8fc34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:38:03 +0000 Subject: [PATCH] Update lcobucci/jwt requirement from ^3.2.5 to ^3.2.5 || ^5.0.0 Updates the requirements on [lcobucci/jwt](https://github.com/lcobucci/jwt) to permit the latest version. - [Release notes](https://github.com/lcobucci/jwt/releases) - [Commits](https://github.com/lcobucci/jwt/compare/3.2.5...5.3.0) --- updated-dependencies: - dependency-name: lcobucci/jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54c70b6..ff11179 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": ">=7.1", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "lcobucci/jwt": "^3.2.5" + "lcobucci/jwt": "^3.2.5 || ^5.0.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0",