From 77eaa10380dab29f80e3d4263b883b7ef5aa4fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:29:20 +0000 Subject: [PATCH] Update lcobucci/jwt requirement from ^4.0 to ^4.0 || ^5.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/4.0.0...5.2.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 2435ff3..cb70b25 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "guzzlehttp/guzzle": "^7.0|^6.0", "northwestern-sysdev/event-hub-php-sdk": "^3.0", "laravel/ui": "^3.0|^2.0|^4.0", - "lcobucci/jwt": "^4.0", + "lcobucci/jwt": "^4.0 || ^5.0", "socialiteproviders/manager": "~4.0", "firebase/php-jwt": "^5.3" },