Skip to content

Commit 9ebbf03

Browse files
committed
Fix RefreshToken mutation by limiting lcobucci/jwt to ^4.0
1 parent 9691896 commit 9ebbf03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"php": ">=8.0",
2020
"nuwave/lighthouse": "^6.0",
2121
"laravel/passport": "^9.0 || ^10.0 || ^11.0",
22-
"laravel/socialite": "^4.0 || ^5.0"
22+
"laravel/socialite": "^4.0 || ^5.0",
23+
"lcobucci/jwt": "^4.0"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^9.0 || ^10.0",

0 commit comments

Comments
 (0)