Skip to content

Commit

Permalink
Merge pull request #15 from willemverspyck/master
Browse files Browse the repository at this point in the history
Allow JWT framework version 3
  • Loading branch information
PouleR authored Apr 6, 2022
2 parents 98957de + e5487d8 commit 0105716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"symfony/http-client": "^4.3|^4.4|^5.0|^6.0",
"web-token/jwt-key-mgmt": "^2.0",
"web-token/jwt-signature": "^2.0",
"web-token/jwt-signature-algorithm-ecdsa": "^2.0"
"web-token/jwt-key-mgmt": "^2.0|^3.0",
"web-token/jwt-signature": "^2.0|^3.0",
"web-token/jwt-signature-algorithm-ecdsa": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0105716

Please sign in to comment.