Skip to content

Commit 4e2678a

Browse files
authored
Fix deprecated packages dependencies (#524)
1 parent 46ac028 commit 4e2678a

File tree

24 files changed

+40
-0
lines changed

24 files changed

+40
-0
lines changed

src/Deprecated/Checker/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
37+
"psr/clock": "^1.0",
3638
"web-token/jwt-library": "^3.3"
3739
}
3840
}

src/Deprecated/Console/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
37+
"symfony/console": "^5.4|^6.0|^7.0",
3638
"web-token/jwt-library": "^3.3"
3739
}
3840
}

src/Deprecated/Core/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
37+
"ext-json": "*",
38+
"ext-mbstring": "*",
39+
"brick/math": "^0.9|^0.10|^0.11|^0.12",
40+
"paragonie/constant_time_encoding": "^2.6",
41+
"spomky-labs/pki-framework": "^1.0",
3642
"web-token/jwt-library": "^3.3"
3743
}
3844
}

src/Deprecated/Ecc/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
37+
"brick/math": "^0.9|^0.10|^0.11|^0.12",
3638
"web-token/jwt-library": "^3.3"
3739
}
3840
}

src/Deprecated/Encryption/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
3637
"web-token/jwt-library": "^3.3"
3738
}
3839
}

src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESCBC/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
3637
"ext-openssl": "*",
3738
"web-token/jwt-library": "^3.3"
3839
}

src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESGCM/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
3637
"ext-openssl": "*",
3738
"web-token/jwt-library": "^3.3"
3839
}

src/Deprecated/EncryptionAlgorithm/Experimental/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
37+
"ext-openssl": "*",
3638
"web-token/jwt-experimental": "^3.3"
3739
}
3840
}

src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESGCMKW/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
3637
"ext-openssl": "*",
3738
"spomky-labs/aes-key-wrap": "^7.0",
3839
"web-token/jwt-library": "^3.3"

src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESKW/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
],
3535
"require": {
36+
"php": ">=8.1",
3637
"ext-openssl": "*",
3738
"spomky-labs/aes-key-wrap": "^7.0",
3839
"web-token/jwt-library": "^3.3"

0 commit comments

Comments
 (0)