Adding 2.8 recipe so that if there is a conflict, at least IT is installed

This commit is contained in:
Ryan Weaver
2023-06-07 13:54:59 -04:00
parent 150001d320
commit c3d89cece8
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"bundles": {
"Symfony\\UX\\React\\ReactBundle": ["all"]
}
}
+3 -2
View File
@@ -2,8 +2,9 @@
"bundles": {
"Symfony\\UX\\React\\ReactBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
"conflict": {
"symfony/webpack-encore-bundle": "<2.0",
"symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0"
},
"add-lines": [
{