Skip to content

Commit 1d6f6a9

Browse files
committed
Deps fixed
1 parent 82642aa commit 1d6f6a9

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
lines changed

src/Bundle/JoseFramework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/dependency-injection": "^5.4|^6.0",
2626
"symfony/event-dispatcher": "^5.4|^6.0",
2727
"symfony/http-kernel": "^5.4|^6.0",
28-
"web-token/jwt-core": "^2.1"
28+
"web-token/jwt-core": "^3.0"
2929
},
3030
"suggest": {
3131
"web-token/jwt-checker": "Add header and claim checker managers as Symfony services.",

src/Component/Checker/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-core": "^2.1"
23+
"web-token/jwt-core": "^3.0"
2424
}
2525
}

src/Component/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require": {
2323
"symfony/console": "^5.4|^6.0",
24-
"web-token/jwt-key-mgmt": "^2.1"
24+
"web-token/jwt-key-mgmt": "^3.0"
2525
}
2626
}

src/Component/Encryption/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-core": "^2.1"
23+
"web-token/jwt-core": "^3.0"
2424
},
2525
"suggest": {
2626
"web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",

src/Component/KeyManagement/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-openssl": "*",
2424
"psr/http-factory": "^1.0",
2525
"psr/http-client": "^1.0",
26-
"web-token/jwt-core": "^2.0"
26+
"web-token/jwt-core": "^3.0"
2727
},
2828
"suggest": {
2929
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",

src/Component/NestedToken/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-encryption": "^2.1",
24-
"web-token/jwt-signature": "^2.1"
23+
"web-token/jwt-encryption": "^3.0",
24+
"web-token/jwt-signature": "^3.0"
2525
}
2626
}

src/Component/Signature/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"web-token/jwt-core": "^2.1"
23+
"web-token/jwt-core": "^3.0"
2424
},
2525
"suggest": {
2626
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",

src/EncryptionAlgorithm/ContentEncryption/AESCBC/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require": {
2323
"ext-openssl": "*",
24-
"web-token/jwt-encryption": "^2.1"
24+
"web-token/jwt-encryption": "^3.0"
2525
}
2626
}

src/EncryptionAlgorithm/ContentEncryption/AESGCM/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require": {
2323
"ext-openssl": "*",
24-
"web-token/jwt-encryption": "^2.1"
24+
"web-token/jwt-encryption": "^3.0"
2525
}
2626
}

src/EncryptionAlgorithm/Experimental/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require": {
2323
"ext-openssl": "*",
24-
"web-token/jwt-encryption-algorithm-rsa": "^2.1"
24+
"web-token/jwt-encryption-algorithm-rsa": "^3.0"
2525
}
2626
}

0 commit comments

Comments
 (0)