SmartyRendererMetapackage_CE/composer.json

17 regels
671 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/wave-theme": "*",
"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": "*"
},
"license": "GPL-3.0-or-later"
}