Conflict with fwb < 5.3 when@env

This commit is contained in:
Nicolas Grekas
2022-02-12 11:52:53 +01:00
parent ea6ade9061
commit 6cb5f0ee26
6 changed files with 21 additions and 3 deletions
@@ -44,5 +44,8 @@
" - \"5432\""
]
}
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}
+4 -1
View File
@@ -2,5 +2,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}
+4 -1
View File
@@ -2,5 +2,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}
+4 -1
View File
@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["security"]
"aliases": ["security"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}
+3
View File
@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}
+3
View File
@@ -5,5 +5,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}