Skip to content

Commit

Permalink
Merge pull request #5 from chalasr/patch-1
Browse files Browse the repository at this point in the history
Allow lcobucci/jwt v5
  • Loading branch information
vdbelt authored Nov 15, 2024
2 parents 33334b9 + d6eef0e commit 4469c17
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 @@ -10,7 +10,7 @@
],
"require": {
"league/oauth2-client": "^2.4.1",
"lcobucci/jwt": "^4.0"
"lcobucci/jwt": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4469c17

Please sign in to comment.