From 96be1894b65fa28ffcadbff4760e855a277c51d7 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 12 May 2022 16:46:19 +1200 Subject: [PATCH] DEP Conflict older versions of silverstripe authenticators --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 033723d6..85c1718d 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "squizlabs/php_codesniffer": "^3.0" }, "conflict": { - "silverstripe/subsites": "<2.2.2 || 2.3.0" + "silverstripe/subsites": "<2.2.2 || 2.3.0", + "silverstripe/webauthn-authenticator": "<4.5.0" }, "suggest": { "silverstripe/totp-authenticator": "Adds a method to authenticate with you phone using a time-based one-time password.",