Compare commits

...

1 Commits
1.0.0 ... main

1 changed files with 3 additions and 3 deletions

View File

@ -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"
}