13 lines
376 B
JSON
13 lines
376 B
JSON
{
|
|
"name": "d3/oxid-wysiwyg-replacement",
|
|
"description": "Empty replacement for the WYSIWYG + VisualCMS module if it is not used and should be removed from the installation.",
|
|
"require": {
|
|
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
|
|
},
|
|
"replace": {
|
|
"ddoe/wysiwyg-editor-module": "*",
|
|
"ddoe/visualcms-module": "*"
|
|
},
|
|
"license": "GPL-3.0-or-later"
|
|
}
|