From cd5835fb78163c81e6824f294f436311fc382bbe Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Mon, 20 Jan 2025 10:54:38 +0000 Subject: [PATCH] Add a conflict for `web-auth/webauthn-symfony-bundle` `5.1.0` and `5.1.1` (see #74) https://github.com/web-auth/webauthn-framework/pull/678#issuecomment-2602062739 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d05779..2f5073f 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "symfony/twig-bundle": "4.1.0", "symfony/web-profiler-bundle": "6.1.* <6.1.2", "twig/intl-extra": "3.9.0", - "twig/twig": "2.7.0 || 3.9.0 || 3.10.0 || 3.10.1" + "twig/twig": "2.7.0 || 3.9.0 || 3.10.0 || 3.10.1", + "web-auth/webauthn-symfony-bundle": "5.1.0 || 5.1.1" } }