Skip to content

Commit 49ecbf8

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 79e676a commit 49ecbf8

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
@@ -19,7 +19,7 @@
1919
"laravel/ui": "^3.0|^2.0|^4.0",
2020
"lcobucci/jwt": "^4.0",
2121
"socialiteproviders/manager": "~4.0",
22-
"firebase/php-jwt": "^5.3"
22+
"firebase/php-jwt": "^5.3 || ^6.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "~8.0",

0 commit comments

Comments
 (0)