13 lines
366 B
JSON
13 lines
366 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.",
|
||
|
"version": "1.0.0",
|
||
|
"require": {
|
||
|
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"ddoe/wysiwyg-editor-module": "*",
|
||
|
"ddoe/visualcms-module": "*",
|
||
|
}
|
||
|
}
|