FlowThemeReplacement/composer.json

12 lines
337 B
JSON
Raw Permalink Normal View History

2020-02-06 15:27:10 +01:00
{
"name": "d3/oxid-flow-theme-replacement",
"description": "Empty replacement for the OXID eSales Flow theme if it is not used and should be removed from the installation.",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
"replace": {
"oxid-esales/flow-theme": "*"
},
"license": "GPL-3.0-or-later"
}