WYSIWYG Editor + Mediathek module entfernen

OXID CE 6.5.2
WYSIWYG Editor + Mediathek - Version 2.0.0

Hallo, ich versuche die Module WYSIWYG Editor + Mediathek zu entfernen. ich versuche seite Gestern information und das zu machen ohne erfolgt…

Mit dem Befehlt

composer remove ddoe/wysiwyg-editor-module:^2.0.0

bekommt,

ddoe/wysiwyg-editor-module:^2.0.0 is not required in your composer.json and has not been removed

./composer.json has been updated
Running composer update ddoe/wysiwyg-editor-module:^2.0.0
Loading composer repositories with package information
Package “ddoe/wysiwyg-editor-module:^2.0.0” listed for update is not locked.
Updating dependencies
Nothing to modify in lock file
Writing lock file

Kann Bitte jemand sagt, wie ich diese Modul entfert konnte ?

ich habe das jetzt nicht geprüft aber probiere mal das in die composer.json einzufügen:

"replace": {
    "ddoe/wysiwyg-editor-module":"*"
}

Danke!

In meinen composer.json habe geschrieben,

"replace": {
    "ddoe/wysiwyg-editor-module":"*"
}

In Terminal im OXID Ordner schreibe,

composer remove ddoe/wysiwyg-editor-module:^2.0.0

Bekommt dieser Fehler,

  [Composer\Json\JsonValidationException]                                     
  "./composer.json" does not match the expected JSON schema:                  
   - repositories.replace.type : The property type is required                
   - repositories.replace.url : The property url is required                  
   - repositories.replace.package : The property package is required          
   - repositories.replace : Failed to match at least one schema               
   - repositories.replace : Object value found, but a boolean is required     
   - repositories.replace : Does not have a value in the enumeration [false]


Habe gleiche Fehler bekommt wenn schreibt,


 "replace": {
    "ddoe/wysiwyg-editor-module":"2.0.0"
    }

Ohne deine Code bekommt,

./composer.json has been updated
Running composer update ddoe/wysiwyg-editor-module:^2.0.0
Loading composer repositories with package information
Package “ddoe/wysiwyg-editor-module:^2.0.0” listed for update is not locked.
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package oxid-esales/flow-theme is abandoned, you should avoid using it. Use oxid-esales/wave-theme instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
73 packages you are using are looking for funding.
Use the composer fund command to find out more!
Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the “test_config.yml” file
if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi

"replace": {
    "ddoe/wysiwyg-editor-module":"*"
}

einfügen und dann
das remove dann nicht mehr ausführen.

statt dessen nur ein composer update ausführen

Viel Danke!

Mit deine Code mit dem Erste Befehlt vom Instalation bekommt Fehler,

[Composer\Json\JsonValidationException]
“./composer.json” does not match the expected JSON schema:

  • repositories.replace.type : The property type is required
  • repositories.replace.url : The property url is required
  • repositories.replace.package : The property package is required
  • repositories.replace : Failed to match at least one schema
  • repositories.replace : Object value found, but a boolean is required
    • repositories.replace : Does not have a value in the enumeration [false]
      Jedes mal die benutze composer mit eine Befehlt, bekommt gleiche warnungen…

Wenn löse dein Code, bekommt nicht meht diese Warnung,

poste mal deine angepasste composer.json

Danke,

{
“name”: “oxid-esales/oxideshop-project”,
“type”: “project”,
“description”: “This file should be used as an OXID eShop project root composer.json file. Entries provided here intended to be examples and could be changed to your specific needs.”,
“license”: [
“GPL-3.0-only”
],
“minimum-stability”: “stable”,
“require”: {
“oxid-esales/oxideshop-metapackage-ce”: “v6.5.2”,
“digidesk/dd_trustedshops_features”: “^2.0”,
“ecs/multinavi”: “^2.3”,
“draufgeschaut/dgvariants”: “^5.85”,
“zunderweb/oxid-jxattredit”: “dev-multiselect”,
“pflaesterer/carbonoxid”: “^1.0”,
“vanilla-thunder/oxid-module-withdrawal-form”: “^0.0.4”,
“mollie/mollie-oxid”: “^1.0”,
“ecs/easytracking”: “^3.1”,
“proudcommerce/jxattredit”: “^1.1”,
“oxid-esales/paypal-module”: “^6.5.0”,
“d3/google-analytics4”: “^2.1”
},
“require-dev”: {
“oxid-esales/testing-library”: “^v8.0.2”,
“incenteev/composer-parameter-handler”: “^v2.0.0”,
“oxid-esales/oxideshop-ide-helper”: “^v4.1.0”,
“oxid-esales/azure-theme”: “^v1.4.2”
},
“autoload-dev”: {
“psr-4”: {
“OxidEsales\EshopCommunity\Tests\”: “./vendor/oxid-esales/oxideshop-ce/tests”
}
},
“scripts”: {
“post-install-cmd”: [
“Incenteev\ParameterHandler\ScriptHandler::buildParameters”,
@oe:ide-helper:generate”
],
“post-update-cmd”: [
“Incenteev\ParameterHandler\ScriptHandler::buildParameters”,
@oe:ide-helper:generate”
],
“oe:ide-helper:generate”: [
“if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi”
]
},
“config”: {
“preferred-install”: {
": “dist”
},
“allow-plugins”: {
“oxid-esales/oxideshop-unified-namespace-generator”: false,
“composer/package-versions-deprecated”: false,
“oxid-esales/oxideshop-composer-plugin”: false
}
},
“extra”: {
“incenteev-parameters”: {
“file”: “test_config.yml”,
“dist-file”: “vendor/oxid-esales/testing-library/test_config.yml.dist”,
“parameter-key”: “mandatory_parameters”,
“env-map”: {
“shop_path”: “SHOP_PATH”,
“shop_tests_path”: “SHOP_TESTS_PATH”,
“partial_module_paths”: “PARTIAL_MODULE_PATHS”
}
}
},
“repositories”: {
“draufgeschaut”: {
“type”: “composer”,
“url”: “https://update.draufgeschaut.de
},
“meinzip”: {
“type”: “artifact”,
“url”: “./vendor/zip”
},
“digidesk”: {
“type”: “path”,
“url”: "./packages/digidesk/

}
}
}