Skip to content

Commit 74e90e0

Browse files
committed
Prepared for v1.3.0
1 parent 807a9f2 commit 74e90e0

File tree

23 files changed

+60
-60
lines changed

23 files changed

+60
-60
lines changed

src/Bundle/JoseFramework/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/config": "^3.3|^4.0",
2424
"symfony/dependency-injection": "^3.3|^4.0",
2525
"symfony/http-kernel": "^3.3|^4.0",
26-
"web-token/jwt-core": "^1.2"
26+
"web-token/jwt-core": "^1.3"
2727
},
2828
"require-dev": {
2929
"guzzlehttp/psr7": "^1.4",
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "1.2.x-dev"
49+
"dev-master": "1.3.x-dev"
5050
}
5151
},
5252
"config": {

src/Component/Checker/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-core": "^1.2"
23+
"web-token/jwt-core": "^1.3"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6.0|^7.0"
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2.x-dev"
30+
"dev-master": "1.3.x-dev"
3131
}
3232
},
3333
"config": {

src/Component/Console/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"require": {
2323
"symfony/console": "^3.3|^4.0",
24-
"web-token/jwt-key-mgmt": "^1.2"
24+
"web-token/jwt-key-mgmt": "^1.3"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.0|^7.0"
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.2.x-dev"
31+
"dev-master": "1.3.x-dev"
3232
}
3333
},
3434
"config": {

src/Component/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "1.2.x-dev"
37+
"dev-master": "1.3.x-dev"
3838
}
3939
},
4040
"config": {

src/Component/Encryption/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"lib-openssl": "*",
2424
"paragonie/sodium_compat": "^1.2",
2525
"spomky-labs/aes-key-wrap": "^4.0.1|^5.0",
26-
"web-token/jwt-core": "^1.2",
27-
"web-token/jwt-encryption-algorithm-aescbc": "^1.2",
28-
"web-token/jwt-encryption-algorithm-aesgcm": "^1.2",
29-
"web-token/jwt-encryption-algorithm-aesgcmkw": "^1.2",
30-
"web-token/jwt-encryption-algorithm-aeskw": "^1.2",
31-
"web-token/jwt-encryption-algorithm-dir": "^1.2",
32-
"web-token/jwt-encryption-algorithm-ecdh-es": "^1.2",
33-
"web-token/jwt-encryption-algorithm-pbes2": "^1.2",
34-
"web-token/jwt-encryption-algorithm-rsa": "^1.2"
26+
"web-token/jwt-core": "^1.3",
27+
"web-token/jwt-encryption-algorithm-aescbc": "^1.3",
28+
"web-token/jwt-encryption-algorithm-aesgcm": "^1.3",
29+
"web-token/jwt-encryption-algorithm-aesgcmkw": "^1.3",
30+
"web-token/jwt-encryption-algorithm-aeskw": "^1.3",
31+
"web-token/jwt-encryption-algorithm-dir": "^1.3",
32+
"web-token/jwt-encryption-algorithm-ecdh-es": "^1.3",
33+
"web-token/jwt-encryption-algorithm-pbes2": "^1.3",
34+
"web-token/jwt-encryption-algorithm-rsa": "^1.3"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^6.0|^7.0"
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "1.2.x-dev"
52+
"dev-master": "1.3.x-dev"
5353
}
5454
},
5555
"config": {

src/Component/KeyManagement/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"require": {
2323
"lib-openssl": "*",
2424
"paragonie/sodium_compat": "^1.2",
25-
"web-token/jwt-core": "^1.2",
26-
"web-token/jwt-util-ecc": "^1.2"
25+
"web-token/jwt-core": "^1.3",
26+
"web-token/jwt-util-ecc": "^1.3"
2727
},
2828
"require-dev": {
2929
"php-http/message-factory": "^1.0",
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "1.2.x-dev"
40+
"dev-master": "1.3.x-dev"
4141
}
4242
},
4343
"config": {

src/Component/Signature/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-core": "^1.2",
24-
"web-token/jwt-signature-algorithm-ecdsa": "^1.2",
25-
"web-token/jwt-signature-algorithm-eddsa": "^1.2",
26-
"web-token/jwt-signature-algorithm-hmac": "^1.2",
27-
"web-token/jwt-signature-algorithm-none": "^1.2",
28-
"web-token/jwt-signature-algorithm-rsa": "^1.2"
23+
"web-token/jwt-core": "^1.3",
24+
"web-token/jwt-signature-algorithm-ecdsa": "^1.3",
25+
"web-token/jwt-signature-algorithm-eddsa": "^1.3",
26+
"web-token/jwt-signature-algorithm-hmac": "^1.3",
27+
"web-token/jwt-signature-algorithm-none": "^1.3",
28+
"web-token/jwt-signature-algorithm-rsa": "^1.3"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^6.0|^7.0"
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "1.2.x-dev"
43+
"dev-master": "1.3.x-dev"
4444
}
4545
},
4646
"config": {

src/Ecc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "1.2.x-dev"
32+
"dev-master": "1.3.x-dev"
3333
}
3434
},
3535
"config": {

src/EncryptionAlgorithm/ContentEncryption/AESCBC/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-encryption": "^1.2"
23+
"web-token/jwt-encryption": "^1.3"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6.0|^7.0"
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2.x-dev"
30+
"dev-master": "1.3.x-dev"
3131
}
3232
},
3333
"config": {

src/EncryptionAlgorithm/ContentEncryption/AESGCM/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-encryption": "^1.2"
23+
"web-token/jwt-encryption": "^1.3"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6.0|^7.0"
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2.x-dev"
30+
"dev-master": "1.3.x-dev"
3131
}
3232
},
3333
"config": {

0 commit comments

Comments
 (0)