Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated packages dependencies #524

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -60,6 +60,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
Loading