From c222c508f7e46b4e2c29120d880f9c7643d503a8 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 26 Feb 2024 23:26:04 +0100 Subject: [PATCH] fix: fix dependencies (#479) --- composer.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 107d6f0..d3792a4 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ "symfony/property-info": "^6.4 || ^7.0", "symfony/serializer": "^6.4 || ^7.0", "web-auth/cose-lib": "^4.0", - "web-auth/webauthn-lib": "^4.8.0", - "web-token/jwt-signature": "^3.0" + "web-auth/webauthn-lib": "^4.8", + "web-token/jwt-library": "^3.0" }, "conflict": { "web-auth/webauthn-lib": "4.7.0" @@ -53,11 +53,7 @@ "guzzlehttp/psr7": "To provide a psr/http-factory-implementation implementation", "symfony/psr-http-message-bridge": "To find a psr/http-factory-implementation implementation", "php-http/discovery": "To find a psr/http-factory-implementation implementation", - "psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support", - "web-token/jwt-signature-algorithm-rsa": "Required for the AndroidSafetyNet Attestation Statement support", - "web-token/jwt-signature-algorithm-ecdsa": "Required for the AndroidSafetyNet Attestation Statement support", - "web-token/jwt-signature-algorithm-eddsa": "Required for the AndroidSafetyNet Attestation Statement support", - "web-token/jwt-key-mgmt": "Required for the AndroidSafetyNet Attestation Statement support" + "psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support" }, "autoload": { "psr-4": {