mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Adding 2.8 recipe so that if there is a conflict, at least IT is installed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\UX\\React\\ReactBundle": ["all"]
|
||||
}
|
||||
}
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user