Merge pull request #1056 from symfony/conflicts

Conflict with fwb < 5.3 when@env
This commit is contained in:
Fabien Potencier
2022-02-13 09:05:49 +01:00
committed by GitHub
6 changed files with 21 additions and 3 deletions

View File

@@ -44,5 +44,8 @@
" - \"5432\""
]
}
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}

View File

@@ -2,5 +2,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}

View File

@@ -2,5 +2,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}

View File

@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["security"]
"aliases": ["security"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}

View File

@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}

View File

@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}