Skip to content

Commit 36317ac

Browse files
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](firebase/php-jwt@v5.3.0...v6.10.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5917a94 commit 36317ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"laravel/ui": "^3.0|^2.0|^4.0",
2222
"lcobucci/jwt": "^4.0",
2323
"socialiteproviders/manager": "~4.0",
24-
"firebase/php-jwt": "^5.3"
24+
"firebase/php-jwt": "^5.3 || ^6.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "~9.0",

0 commit comments

Comments
 (0)