Skip to content

Commit

Permalink
Deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Feb 23, 2022
1 parent 82642aa commit 1d6f6a9
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/Bundle/JoseFramework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"web-token/jwt-core": "^2.1"
"web-token/jwt-core": "^3.0"
},
"suggest": {
"web-token/jwt-checker": "Add header and claim checker managers as Symfony services.",
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"require": {
"web-token/jwt-core": "^2.1"
"web-token/jwt-core": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/Component/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"symfony/console": "^5.4|^6.0",
"web-token/jwt-key-mgmt": "^2.1"
"web-token/jwt-key-mgmt": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/Component/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"web-token/jwt-core": "^2.1"
"web-token/jwt-core": "^3.0"
},
"suggest": {
"web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",
Expand Down
2 changes: 1 addition & 1 deletion src/Component/KeyManagement/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-openssl": "*",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0",
"web-token/jwt-core": "^2.0"
"web-token/jwt-core": "^3.0"
},
"suggest": {
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
Expand Down
4 changes: 2 additions & 2 deletions src/Component/NestedToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"web-token/jwt-encryption": "^2.1",
"web-token/jwt-signature": "^2.1"
"web-token/jwt-encryption": "^3.0",
"web-token/jwt-signature": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/Component/Signature/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"web-token/jwt-core": "^2.1"
"web-token/jwt-core": "^3.0"
},
"suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"ext-openssl": "*",
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"ext-openssl": "*",
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/EncryptionAlgorithm/Experimental/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"ext-openssl": "*",
"web-token/jwt-encryption-algorithm-rsa": "^2.1"
"web-token/jwt-encryption-algorithm-rsa": "^3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"require": {
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/EncryptionAlgorithm/KeyEncryption/AESKW/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"require": {
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/EncryptionAlgorithm/KeyEncryption/Direct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"require": {
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
4 changes: 2 additions & 2 deletions src/EncryptionAlgorithm/KeyEncryption/ECDHES/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^2.1",
"web-token/jwt-util-ecc": "^2.1"
"web-token/jwt-encryption": "^3.0",
"web-token/jwt-util-ecc": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/EncryptionAlgorithm/KeyEncryption/PBES2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"require": {
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"brick/math": "^0.9",
"ext-openssl": "*",
"symfony/polyfill-mbstring": "^1.12",
"web-token/jwt-encryption": "^2.1"
"web-token/jwt-encryption": "^3.0"
},
"suggest": {
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",
Expand Down
2 changes: 1 addition & 1 deletion src/SignatureAlgorithm/ECDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"ext-openssl": "*",
"web-token/jwt-signature": "^2.0"
"web-token/jwt-signature": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/SignatureAlgorithm/EdDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"require": {
"ext-sodium": "*",
"web-token/jwt-signature": "^2.1"
"web-token/jwt-signature": "^3.0"
}
}
4 changes: 2 additions & 2 deletions src/SignatureAlgorithm/Experimental/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"web-token/jwt-signature-algorithm-rsa": "^2.1",
"web-token/jwt-signature-algorithm-hmac": "^2.1"
"web-token/jwt-signature-algorithm-rsa": "^3.0",
"web-token/jwt-signature-algorithm-hmac": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/SignatureAlgorithm/HMAC/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"require": {
"web-token/jwt-signature": "^2.1"
"web-token/jwt-signature": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/SignatureAlgorithm/None/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"require": {
"web-token/jwt-signature": "^2.1"
"web-token/jwt-signature": "^3.0"
}
}
2 changes: 1 addition & 1 deletion src/SignatureAlgorithm/RSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"brick/math": "^0.9",
"ext-openssl": "*",
"web-token/jwt-signature": "^2.1"
"web-token/jwt-signature": "^3.0"
},
"suggest": {
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",
Expand Down

0 comments on commit 1d6f6a9

Please sign in to comment.