Skip to content

Commit c222c50

Browse files
authored
fix: fix dependencies (#479)
1 parent 7199d4e commit c222c50

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"symfony/property-info": "^6.4 || ^7.0",
2929
"symfony/serializer": "^6.4 || ^7.0",
3030
"web-auth/cose-lib": "^4.0",
31-
"web-auth/webauthn-lib": "^4.8.0",
32-
"web-token/jwt-signature": "^3.0"
31+
"web-auth/webauthn-lib": "^4.8",
32+
"web-token/jwt-library": "^3.0"
3333
},
3434
"conflict": {
3535
"web-auth/webauthn-lib": "4.7.0"
@@ -53,11 +53,7 @@
5353
"guzzlehttp/psr7": "To provide a psr/http-factory-implementation implementation",
5454
"symfony/psr-http-message-bridge": "To find a psr/http-factory-implementation implementation",
5555
"php-http/discovery": "To find a psr/http-factory-implementation implementation",
56-
"psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support",
57-
"web-token/jwt-signature-algorithm-rsa": "Required for the AndroidSafetyNet Attestation Statement support",
58-
"web-token/jwt-signature-algorithm-ecdsa": "Required for the AndroidSafetyNet Attestation Statement support",
59-
"web-token/jwt-signature-algorithm-eddsa": "Required for the AndroidSafetyNet Attestation Statement support",
60-
"web-token/jwt-key-mgmt": "Required for the AndroidSafetyNet Attestation Statement support"
56+
"psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support"
6157
},
6258
"autoload": {
6359
"psr-4": {

0 commit comments

Comments
 (0)