don't remove demodata package but replace it with the last compatible one

This commit is contained in:
Daniel Seifert 2023-07-27 13:37:08 +02:00
parent 3208f7c48b
commit 9b67e0193f
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
"description": "Metapackage to switch the OXID 7 Enterprise 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-pe": "*",
"oxid-esales/smarty-component-ee": "*"
"oxid-esales/smarty-component-ee": "*",
"oxid-esales/oxideshop-demodata-ee":"^7.0"
},
"replace": {
"oxid-esales/twig-component-ee": "*",
"oxid-esales/oxideshop-demodata-ee":"*"
"oxid-esales/twig-component-ee": "*"
},
"license": "GPL-3.0-or-later"
}