2 Commits
0.1.0 ... 1.1.0

2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Da bei Modulinstallation im Twig Renderer Kontext keine Smarty-Templates und -Pl
Führen den folgenden Befehl aus, um zum Standard (Twig) zurück zu wechseln. Führen den folgenden Befehl aus, um zum Standard (Twig) zurück zu wechseln.
``` ```
composer remove d3/oxid-smarty-renderer-metapackage-ee --update-no-dev composer remove d3/oxid-smarty-renderer-metapackage-ee d3/oxid-smarty-renderer-metapackage-pe d3/oxid-smarty-renderer-metapackage-ce --update-no-dev
``` ```
Leere den TMP-Ordner. Leere den TMP-Ordner.

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).", "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": { "require": {
"d3/oxid-smarty-renderer-metapackage-pe": "*", "d3/oxid-smarty-renderer-metapackage-pe": "*",
"oxid-esales/smarty-component-ee": "*" "oxid-esales/smarty-component-ee": "*",
"oxid-esales/oxideshop-demodata-ee":"^7.0"
}, },
"replace": { "replace": {
"oxid-esales/twig-component-ee": "*", "oxid-esales/twig-component-ee": "*"
"oxid-esales/oxideshop-demodata-ee":"*"
}, },
"license": "GPL-3.0-or-later" "license": "GPL-3.0-or-later"
} }