From 07dac56d7f661c89d268f07d0734a881be93f09d Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Sun, 26 May 2024 18:42:58 +0000 Subject: [PATCH 1/2] chore: allow paragonie/constant_time_encoding v3 --- composer.json | 4 ++-- src/metadata-service/composer.json | 4 ++-- src/webauthn/composer.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index fa2924d7..74d6b46e 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "ext-openssl": "*", "lcobucci/clock": "^2.2|^3.0", "nyholm/psr7": "^1.5", - "paragonie/constant_time_encoding": "^2.6", + "paragonie/constant_time_encoding": "^2.6|^3.0", "phpdocumentor/reflection-docblock": "^5.3", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", @@ -130,4 +130,4 @@ "url": "https://github.com/web-auth/webauthn-framework" } } -} +} \ No newline at end of file diff --git a/src/metadata-service/composer.json b/src/metadata-service/composer.json index d9881b7e..e94035f9 100644 --- a/src/metadata-service/composer.json +++ b/src/metadata-service/composer.json @@ -23,7 +23,7 @@ "php": ">=8.1", "ext-json": "*", "lcobucci/clock": "^2.2|^3.0", - "paragonie/constant_time_encoding": "^2.6", + "paragonie/constant_time_encoding": "^2.6|^3.0", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", @@ -52,4 +52,4 @@ "psr/log-implementation": "Recommended to receive logs from the library", "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources" } -} +} \ No newline at end of file diff --git a/src/webauthn/composer.json b/src/webauthn/composer.json index acc54036..58c51ad2 100644 --- a/src/webauthn/composer.json +++ b/src/webauthn/composer.json @@ -24,7 +24,7 @@ "ext-json": "*", "ext-openssl": "*", "ext-mbstring": "*", - "paragonie/constant_time_encoding": "^2.6", + "paragonie/constant_time_encoding": "^2.6|^3.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -53,4 +53,4 @@ "psr/log-implementation": "Recommended to receive logs from the library", "symfony/event-dispatcher": "Recommended to use dispatched events" } -} +} \ No newline at end of file From db4a7b19c8706fb11d51713cd72f8a974b45e575 Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Sun, 26 May 2024 18:52:09 +0000 Subject: [PATCH 2/2] fix: the final newline is missing --- composer.json | 2 +- src/metadata-service/composer.json | 2 +- src/webauthn/composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 74d6b46e..c88d1338 100644 --- a/composer.json +++ b/composer.json @@ -130,4 +130,4 @@ "url": "https://github.com/web-auth/webauthn-framework" } } -} \ No newline at end of file +} diff --git a/src/metadata-service/composer.json b/src/metadata-service/composer.json index e94035f9..3bc891a7 100644 --- a/src/metadata-service/composer.json +++ b/src/metadata-service/composer.json @@ -52,4 +52,4 @@ "psr/log-implementation": "Recommended to receive logs from the library", "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources" } -} \ No newline at end of file +} diff --git a/src/webauthn/composer.json b/src/webauthn/composer.json index 58c51ad2..934318d3 100644 --- a/src/webauthn/composer.json +++ b/src/webauthn/composer.json @@ -53,4 +53,4 @@ "psr/log-implementation": "Recommended to receive logs from the library", "symfony/event-dispatcher": "Recommended to use dispatched events" } -} \ No newline at end of file +}