-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
17 lines (17 loc) · 768 Bytes
/
composer.json
File metadata and controls
17 lines (17 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "web-token/encryption-pack",
"type": "symfony-pack",
"license": "MIT",
"description": "A pack with all encryption algorithms for the web-token/jwt-encryption package",
"require": {
"web-token/jwt-encryption-algorithm-aescbc": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcm": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcmkw": "^3.0",
"web-token/jwt-encryption-algorithm-aeskw": "^3.0",
"web-token/jwt-encryption-algorithm-dir": "^3.0",
"web-token/jwt-encryption-algorithm-ecdh-es": "^3.0",
"web-token/jwt-encryption-algorithm-pbes2": "^3.0",
"web-token/jwt-encryption-algorithm-rsa": "^3.0",
"web-token/jwt-encryption-algorithm-experimental": "^3.0"
}
}