From 803a504010c78ecec00fdfc8fb1f0ad138ccfeb3 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 17 Feb 2022 13:46:21 +0100 Subject: [PATCH] Skip recipe for doctrine/annotations when symfony/routing 6 is installed (#1060) --- doctrine/annotations/1.10/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doctrine/annotations/1.10/manifest.json diff --git a/doctrine/annotations/1.10/manifest.json b/doctrine/annotations/1.10/manifest.json new file mode 100644 index 00000000..d5e3ab8b --- /dev/null +++ b/doctrine/annotations/1.10/manifest.json @@ -0,0 +1,5 @@ +{ + "conflict": { + "symfony/routing": "<6.0" + } +}