From 15a8439739679f1c13d5cc10e2b8bd626e9c017e Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 27 Jul 2023 13:37:43 +0200 Subject: [PATCH] don't remove demodata package but replace it with the last compatible one --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 30a2165..e1014f6 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "description": "Metapackage to switch the OXID 7 Professional Edition default template renderer Twig to Smarty, also changes the backend theme to Smarty. After this installation, install your desired smarty-based theme (like Wave or Flow).", "require": { "d3/oxid-smarty-renderer-metapackage-ce": "*", - "oxid-esales/smarty-component-pe": "*" + "oxid-esales/smarty-component-pe": "*", + "oxid-esales/oxideshop-demodata-pe":"^7.0" }, "replace": { - "oxid-esales/twig-component-pe": "*", - "oxid-esales/oxideshop-demodata-pe":"*" + "oxid-esales/twig-component-pe": "*" }, "license": "GPL-3.0-or-later" } \ No newline at end of file