Skip to content

Commit 00a1515

Browse files
authored
Keyset analyzer (#150)
* Preparing v2 * Key sets analyzers
1 parent 1a552b9 commit 00a1515

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-signature-algorithm-rsa": "^1.2",
24-
"web-token/jwt-signature-algorithm-hmac": "^1.2"
23+
"web-token/jwt-signature-algorithm-rsa": "^2.0",
24+
"web-token/jwt-signature-algorithm-hmac": "^2.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.0|^7.0"
27+
"phpunit/phpunit": "^7.0"
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.2.x-dev"
31+
"v1.0": "1.0.x-dev",
32+
"v1.1": "1.1.x-dev",
33+
"v1.2": "1.2.x-dev",
34+
"v2.0": "2.0.x-dev"
3235
}
3336
},
3437
"config": {

0 commit comments

Comments
 (0)