Skip to content

Commit 71bf08f

Browse files
Use new jwt-library package (#37)
1 parent abfc107 commit 71bf08f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
"php": ">=8.1",
3434
"jumbojett/openid-connect-php": "^1.0.0",
3535
"guzzlehttp/guzzle": "^7.5",
36-
"web-token/jwt-encryption": "^3.1",
37-
"web-token/jwt-key-mgmt": "^3.1",
38-
"web-token/jwt-encryption-algorithm-aescbc": "^3.1",
39-
"web-token/jwt-encryption-algorithm-rsa": "^3.1"
36+
"web-token/jwt-library": "^3.4"
4037
},
4138
"require-dev": {
4239
"orchestra/testbench": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)