SmartyRendererMetapackage_CE/composer.json

32 lines
1012 B
JSON

{
"name": "d3/oxid-smarty-renderer-metapackage-ce",
"keywords": [
"renderer",
"engine",
"template",
"smarty",
"theme",
"wave",
"apex",
"twig",
"oxid",
"d3"
],
"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": "*",
"oxid-esales/wave-theme": "^3.0",
"oxid-esales/oxideshop-demodata-ce":"^7.0"
},
"replace": {
"oxid-esales/twig-component": "*",
"oxid-esales/twig-admin-theme": "*"
},
"suggest": {
"d3/oxid-smarty-renderer-metapackage-pe": "the renderer switch for the OXID Professional Edition",
"d3/oxid-smarty-renderer-metapackage-ee": "the renderer switch for the OXID Enterprise Edition"
},
"license": "GPL-3.0-or-later"
}