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.",