Skip to content

Commit 5537f88

Browse files
committed
Components and bundles dependencies fixed
1 parent e743d7c commit 5537f88

File tree

12 files changed

+19
-29
lines changed

12 files changed

+19
-29
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"ext-gmp": "*",
3131
"ext-mbstring": "*",
3232
"lib-openssl": "*",
33+
"fgrosse/phpasn1": "^2.0",
3334
"paragonie/sodium_compat": "^1.1",
3435
"spomky-labs/aes-key-wrap": "^4.0",
3536
"spomky-labs/base64url": "^1.0",

src/Bundle/Checker/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"web-token/jwt-bundle": "^1.0@alpha",
25-
"web-token/jwt-core": "^1.0@alpha",
26-
"web-token/jwt-checker": "^1.0@alpha"
24+
"web-token/jwt-bundle": "^0.0",
25+
"web-token/jwt-checker": "^0.0"
2726
},
2827
"require-dev": {
2928
"symfony/framework-bundle": "^3.3",

src/Bundle/Console/composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"web-token/jwt-bundle": "^1.0@alpha",
25-
"web-token/jwt-core": "^1.0@alpha",
26-
"web-token/jwt-console": "^1.0@alpha",
27-
"web-token/jwt-key-mgmt": "^1.0@alpha"
24+
"web-token/jwt-bundle": "^0.0",
25+
"web-token/jwt-console": "^0.0"
2826
},
2927
"require-dev": {
3028
"symfony/framework-bundle": "^3.3",

src/Bundle/Encryption/composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"web-token/jwt-bundle": "^1.0@alpha",
25-
"web-token/jwt-checker-bundle": "^1.0@alpha",
26-
"web-token/jwt-core": "^1.0@alpha",
27-
"web-token/jwt-checker": "^1.0@alpha",
28-
"web-token/jwt-encryption": "^1.0@alpha"
24+
"web-token/jwt-bundle": "^0.0",
25+
"web-token/jwt-checker-bundle": "^0.0",
26+
"web-token/jwt-encryption": "^0.0"
2927
},
3028
"require-dev": {
3129
"symfony/framework-bundle": "^3.3",

src/Bundle/JoseFramework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/config": "^3.3",
2525
"symfony/dependency-injection": "^3.3",
2626
"symfony/http-kernel": "^3.3",
27-
"web-token/jwt-core": "^1.0@alpha"
27+
"web-token/jwt-core": "^0.0"
2828
},
2929
"require-dev": {
3030
"symfony/framework-bundle": "^3.3",

src/Bundle/KeyManagement/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"require": {
2323
"php": "^7.1",
2424
"symfony/routing": "^3.3",
25-
"web-token/jwt-core": "^1.0@alpha",
26-
"web-token/jwt-key-mgmt": "^1.0@alpha",
27-
"web-token/jwt-bundle": "^1.0@alpha"
25+
"web-token/jwt-key-mgmt": "^0.0",
26+
"web-token/jwt-bundle": "^0.0"
2827
},
2928
"require-dev": {
3029
"symfony/framework-bundle": "^3.3",

src/Bundle/Signature/composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"web-token/jwt-bundle": "^1.0@alpha",
25-
"web-token/jwt-checker-bundle": "^1.0@alpha",
26-
"web-token/jwt-core": "^1.0@alpha",
27-
"web-token/jwt-checker": "^1.0@alpha",
28-
"web-token/jwt-signature": "^1.0@alpha"
24+
"web-token/jwt-bundle": "^0.0",
25+
"web-token/jwt-checker-bundle": "^0.0",
26+
"web-token/jwt-signature": "^0.0"
2927
},
3028
"require-dev": {
3129
"symfony/framework-bundle": "^3.3",

src/Component/Checker/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"web-token/jwt-core": "^1.0@alpha"
24+
"web-token/jwt-core": "^0.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.0"

src/Component/Console/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"require": {
2323
"php": "^7.1",
2424
"symfony/console": "^3.3",
25-
"web-token/jwt-core": "^1.0@alpha",
26-
"web-token/jwt-key-mgmt": "^1.0@alpha"
25+
"web-token/jwt-key-mgmt": "^0.0"
2726
},
2827
"require-dev": {
2928
"phpunit/phpunit": "^6.0"

src/Component/Encryption/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lib-openssl": "*",
2525
"paragonie/sodium_compat": "^1.1",
2626
"spomky-labs/aes-key-wrap": "^4.0",
27-
"web-token/jwt-core": "^1.0@alpha",
28-
"web-token/jwt-checker": "^1.0@alpha"
27+
"web-token/jwt-checker": "^0.0"
2928
},
3029
"require-dev": {
3130
"phpunit/phpunit": "^6.0"

src/Component/KeyManagement/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.1",
2424
"lib-openssl": "*",
2525
"paragonie/sodium_compat": "^1.1",
26-
"web-token/jwt-core": "^1.0@alpha"
26+
"web-token/jwt-core": "^0.0"
2727
},
2828
"require-dev": {
2929
"php-http/message-factory": "^1.0",

src/Component/Signature/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"require": {
2323
"php": "^7.1",
2424
"lib-openssl": "*",
25-
"web-token/jwt-core": "^1.0@alpha",
26-
"web-token/jwt-checker": "^1.0@alpha"
25+
"web-token/jwt-checker": "^0.0"
2726
},
2827
"require-dev": {
2928
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)