From 216962694dd22115bab05e304d6be47ce7ef5de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:12:59 +0000 Subject: [PATCH] Update web-token/jwt-library requirement || ^4.0 Updates the requirements on [web-token/jwt-library](https://github.com/web-token/jwt-library) to permit the latest version. Updates `web-token/jwt-library` to 4.0.1 - [Commits](https://github.com/web-token/jwt-library/compare/3.4.0...4.0.1) --- updated-dependencies: - dependency-name: web-token/jwt-library dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62e86e8..ab97588 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "psr/http-message": "^2", "psr/log": "^3", "psr/simple-cache": "^3", - "web-token/jwt-library": "^3.4" + "web-token/jwt-library": "^3.4 || ^4.0" }, "require-dev": { "phpunit/phpunit": "^10",