Skip recipe for doctrine/annotations when symfony/routing 6 is installed (#1060)

This commit is contained in:
Nicolas Grekas
2022-02-17 13:46:21 +01:00
committed by GitHub
parent f417ab2dcb
commit 803a504010

View File

@@ -0,0 +1,5 @@
{
"conflict": {
"symfony/routing": "<6.0"
}
}