8
0
Fork 0

don't remove demodata package but replace it with the last compatible one

Dieser Commit ist enthalten in:
Daniel Seifert 2023-07-27 13:37:43 +02:00
Ursprung 16a46995ce
Commit 15a8439739
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

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