Skip to content

Commit

Permalink
chore: allow jwt-library v4 (#404)
Browse files Browse the repository at this point in the history
* chore: allow jwt-library v4

* Update composer.json

---------

Co-authored-by: Louis Lagrange <[email protected]>
  • Loading branch information
joostdebruijn and Minishlink committed Jul 8, 2024
1 parent 9d36211 commit 469b4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.4.5",
"web-token/jwt-library": "^3.3.0",
"web-token/jwt-library": "^3.3.0|^4.0.0",
"spomky-labs/base64url": "^2.0.4"
},
"suggest": {
Expand All @@ -51,4 +51,4 @@
"Minishlink\\WebPush\\": "src"
}
}
}
}

0 comments on commit 469b4d9

Please sign in to comment.