From c3d89cece86111e72cb9f30dad1fdbc4d7f09140 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 7 Jun 2023 13:54:59 -0400 Subject: [PATCH] Adding 2.8 recipe so that if there is a conflict, at least IT is installed --- symfony/ux-react/2.8/manifest.json | 5 +++++ symfony/ux-react/2.9/manifest.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 symfony/ux-react/2.8/manifest.json diff --git a/symfony/ux-react/2.8/manifest.json b/symfony/ux-react/2.8/manifest.json new file mode 100644 index 00000000..be0ff742 --- /dev/null +++ b/symfony/ux-react/2.8/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Symfony\\UX\\React\\ReactBundle": ["all"] + } +} diff --git a/symfony/ux-react/2.9/manifest.json b/symfony/ux-react/2.9/manifest.json index 11454feb..6e006594 100644 --- a/symfony/ux-react/2.9/manifest.json +++ b/symfony/ux-react/2.9/manifest.json @@ -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": [ {