We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca7027 commit 912bb1cCopy full SHA for 912bb1c
composer.json
@@ -24,10 +24,11 @@
24
"ext-mbstring": "*",
25
"ext-openssl": "*",
26
"guzzlehttp/guzzle": "^7.0.1|^6.2",
27
- "web-token/jwt-signature": "^2.0",
28
- "web-token/jwt-key-mgmt": "^2.0",
29
- "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
30
- "web-token/jwt-util-ecc": "^2.0"
+ "web-token/jwt-signature": "^2.0|^3.0.2",
+ "web-token/jwt-key-mgmt": "^2.0|^3.0.2",
+ "web-token/jwt-signature-algorithm-ecdsa": "^2.0|^3.0.2",
+ "web-token/jwt-util-ecc": "^2.0|^3.0.2",
31
+ "spomky-labs/base64url": "^2.0"
32
},
33
"require-dev": {
34
"phpunit/phpunit": "^8.0|^9.0",
0 commit comments