Skip to content

Commit 912bb1c

Browse files
chore: allow jwt-framework 3.0 (#350)
* chore: allow jwt-framework 3.0 * fix: require 3.0 version which explicitly requires php 8.1
1 parent 6ca7027 commit 912bb1c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
"ext-mbstring": "*",
2525
"ext-openssl": "*",
2626
"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"
27+
"web-token/jwt-signature": "^2.0|^3.0.2",
28+
"web-token/jwt-key-mgmt": "^2.0|^3.0.2",
29+
"web-token/jwt-signature-algorithm-ecdsa": "^2.0|^3.0.2",
30+
"web-token/jwt-util-ecc": "^2.0|^3.0.2",
31+
"spomky-labs/base64url": "^2.0"
3132
},
3233
"require-dev": {
3334
"phpunit/phpunit": "^8.0|^9.0",

0 commit comments

Comments
 (0)