19 lines
771 B
JSON
19 lines
771 B
JSON
{
|
|
"name": "d3/oxid-smarty-renderer-metapackage-ce",
|
|
"description": "Metapackage to switch the OXID 7 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": {
|
|
"oxid-esales/oxideshop-ce": "^7.0",
|
|
"oxid-esales/smarty-component": "*",
|
|
"oxid-esales/smarty-admin-theme": "*"
|
|
},
|
|
"replace": {
|
|
"oxid-esales/twig-component": "*",
|
|
"oxid-esales/twig-component-pe": "*",
|
|
"oxid-esales/twig-component-ee": "*",
|
|
"oxid-esales/twig-admin-theme": "*",
|
|
"oxid-esales/oxideshop-demodata-ee":"*",
|
|
"oxid-esales/oxideshop-demodata-pe":"*",
|
|
"oxid-esales/oxideshop-demodata-ce":"*"
|
|
},
|
|
"license": "GPL-3.0-or-later"
|
|
} |