We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be3174 commit 108d108Copy full SHA for 108d108
composer.json
@@ -20,14 +20,17 @@
20
}
21
},
22
"require": {
23
- "web-token/jwt-encryption": "^1.2"
+ "web-token/jwt-encryption": "^2.0"
24
25
"require-dev": {
26
- "phpunit/phpunit": "^6.0|^7.0"
+ "phpunit/phpunit": "^7.0"
27
28
"extra": {
29
"branch-alias": {
30
- "dev-master": "1.2.x-dev"
+ "v1.0": "1.0.x-dev",
31
+ "v1.1": "1.1.x-dev",
32
+ "v1.2": "1.2.x-dev",
33
+ "v2.0": "2.0.x-dev"
34
35
36
"config": {
0 commit comments