From 36317ac2bd9e8408e223dfb4b3484ecb75e54bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:29:03 +0000 Subject: [PATCH] Update firebase/php-jwt requirement from ^5.3 to ^5.3 || ^6.0 Updates the requirements on [firebase/php-jwt](https://github.com/firebase/php-jwt) to permit the latest version. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v5.3.0...v6.10.0) --- updated-dependencies: - dependency-name: firebase/php-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 7297409..a7d2796 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/ui": "^3.0|^2.0|^4.0", "lcobucci/jwt": "^4.0", "socialiteproviders/manager": "~4.0", - "firebase/php-jwt": "^5.3" + "firebase/php-jwt": "^5.3 || ^6.0" }, "require-dev": { "orchestra/testbench": "~9.0",