Skip to content

Commit

Permalink
Merge pull request #1 from coffe4u/update-lcobucci-jwt-requirement
Browse files Browse the repository at this point in the history
Require lcobucci/jwt at least 4.3 and allow 5
  • Loading branch information
jeremy379 authored Jun 29, 2023
2 parents d8949f3 + a68a9c6 commit 63cd663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^8.2",
"lcobucci/jwt": "^4.0",
"lcobucci/jwt": "^4.3|^5.0",
"league/oauth2-server": "^8.2.0",
"laravel/passport": "^11.0",
"laravel/framework": "^10.0"
Expand Down

0 comments on commit 63cd663

Please sign in to comment.