From f75cdf4d7b3f4d0e79ea4c5baf0e174bbdf34073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C3=B3jcik?= Date: Fri, 16 Feb 2024 01:32:21 +0100 Subject: [PATCH] conflicts with doctrine/annotations:>1 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 863f7b9..1167a4c 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,9 @@ "symfony/phpunit-bridge": "^3.4 || ^4.0", "symfony/css-selector": "^3.4 || ^4.0" }, + "conflict": { + "doctrine/annotations": ">1" + }, "provide": { "sonata-project/admin-bundle-persistency-layer": "1.0.0" },