Skip to content

Commit c230ee5

Browse files
committed
Packs requirements fixed
1 parent a7ae1d9 commit c230ee5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packs/encryption/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"license": "MIT",
55
"description": "A pack with all encryption algorithms for the web-token/jwt-encryption package",
66
"require": {
7-
"web-token/jwt-encryption-algorithm-aescbc": "^2.0",
8-
"web-token/jwt-encryption-algorithm-aesgcm": "^2.0",
9-
"web-token/jwt-encryption-algorithm-aesgcmkw": "^2.0",
10-
"web-token/jwt-encryption-algorithm-aeskw": "^2.0",
11-
"web-token/jwt-encryption-algorithm-dir": "^2.0",
12-
"web-token/jwt-encryption-algorithm-ecdh-es": "^2.0",
13-
"web-token/jwt-encryption-algorithm-pbes2": "^2.0",
14-
"web-token/jwt-encryption-algorithm-rsa": "^2.0",
15-
"web-token/jwt-encryption-algorithm-experimental": "^2.0"
7+
"web-token/jwt-encryption-algorithm-aescbc": "^3.0",
8+
"web-token/jwt-encryption-algorithm-aesgcm": "^3.0",
9+
"web-token/jwt-encryption-algorithm-aesgcmkw": "^3.0",
10+
"web-token/jwt-encryption-algorithm-aeskw": "^3.0",
11+
"web-token/jwt-encryption-algorithm-dir": "^3.0",
12+
"web-token/jwt-encryption-algorithm-ecdh-es": "^3.0",
13+
"web-token/jwt-encryption-algorithm-pbes2": "^3.0",
14+
"web-token/jwt-encryption-algorithm-rsa": "^3.0",
15+
"web-token/jwt-encryption-algorithm-experimental": "^3.0"
1616
}
1717
}

packs/signature/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "MIT",
55
"description": "A pack with all signature algorithms for the web-token/jwt-signature package",
66
"require": {
7-
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
8-
"web-token/jwt-signature-algorithm-eddsa": "^2.0",
9-
"web-token/jwt-signature-algorithm-none": "^2.0",
10-
"web-token/jwt-signature-algorithm-hmac": "^2.0",
11-
"web-token/jwt-signature-algorithm-rsa": "^2.0",
12-
"web-token/jwt-signature-algorithm-experimental": "^2.0"
7+
"web-token/jwt-signature-algorithm-ecdsa": "^3.0",
8+
"web-token/jwt-signature-algorithm-eddsa": "^3.0",
9+
"web-token/jwt-signature-algorithm-none": "^3.0",
10+
"web-token/jwt-signature-algorithm-hmac": "^3.0",
11+
"web-token/jwt-signature-algorithm-rsa": "^3.0",
12+
"web-token/jwt-signature-algorithm-experimental": "^3.0"
1313
}
1414
}

0 commit comments

Comments
 (0)