Skip to content

Commit

Permalink
Fix deprecated packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Feb 22, 2024
1 parent 9dd48a8 commit 042d611
Show file tree
Hide file tree
Showing 25 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"ext-sodium": "*",
"brick/math": "^0.9|^0.10|^0.11|^0.12",
"paragonie/constant_time_encoding": "^2.6",
"paragonie/sodium_compat": "^1.20",
"psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
Expand Down
2 changes: 2 additions & 0 deletions src/Deprecated/Checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}
],
"require": {
"php": ">=8.1",
"psr/clock": "^1.0",
"web-token/jwt-library": "^3.3"
}
}
2 changes: 2 additions & 0 deletions src/Deprecated/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}
],
"require": {
"php": ">=8.1",
"symfony/console": "^5.4|^6.0|^7.0",
"web-token/jwt-library": "^3.3"
}
}
6 changes: 6 additions & 0 deletions src/Deprecated/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
}
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"brick/math": "^0.9|^0.10|^0.11|^0.12",
"paragonie/constant_time_encoding": "^2.6",
"spomky-labs/pki-framework": "^1.0",
"web-token/jwt-library": "^3.3"
}
}
2 changes: 2 additions & 0 deletions src/Deprecated/Ecc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}
],
"require": {
"php": ">=8.1",
"brick/math": "^0.9|^0.10|^0.11|^0.12",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-library": "^3.3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-library": "^3.3"
}
Expand Down
2 changes: 2 additions & 0 deletions src/Deprecated/EncryptionAlgorithm/Experimental/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-experimental": "^3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-library": "^3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-library": "^3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-library": "^3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
}
],
"require": {
"php": ">=8.1",
"brick/math": "^0.9|^0.10|^0.11|^0.12",
"ext-openssl": "*",
"symfony/polyfill-mbstring": "^1.12",
"web-token/jwt-library": "^3.3"
}
}
3 changes: 3 additions & 0 deletions src/Deprecated/KeyManagement/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/NestedToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/Signature/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/SignatureAlgorithm/ECDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-library": "^3.3"
}
Expand Down
2 changes: 2 additions & 0 deletions src/Deprecated/SignatureAlgorithm/EdDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
}
],
"require": {
"php": ">=8.1",
"ext-sodium": "*",
"paragonie/sodium_compat": "^1.20",
"web-token/jwt-library": "^3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-experimental": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/SignatureAlgorithm/HMAC/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Deprecated/SignatureAlgorithm/None/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
],
"require": {
"php": ">=8.1",
"web-token/jwt-library": "^3.3"
}
}
3 changes: 3 additions & 0 deletions src/Deprecated/SignatureAlgorithm/RSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
}
],
"require": {
"php": ">=8.1",
"brick/math": "^0.9|^0.10|^0.11|^0.12",
"ext-openssl": "*",
"web-token/jwt-library": "^3.3"
}
}
1 change: 1 addition & 0 deletions src/Library/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",
"ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
"paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
"symfony/http-client": "To enable JKU/X5U support.",
"spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (A128KW, A192KW, A256KW, A128GCMKW, A192GCMKW, A256GCMKW, PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW...)"
}
Expand Down

0 comments on commit 042d611

Please sign in to comment.