Go to file
Daniel Seifert a6c70b996b
add further dev packages
2021-01-21 21:55:58 +01:00
README.md initial for OXID 6.1 2021-01-21 21:46:29 +01:00
composer.json add further dev packages 2021-01-21 21:55:58 +01:00

README.md

Development package replacement if dev tools are not used

This package removes the unused OXID development package from the shop and prevents conflicts in later updates.

Also, if the --no-dev/--update-no-dev parameter is forgotten, not all developer packages will be installed.

Install

if the development tools are not used and should be removed from the shop installation

  • Run this composer statement in your shop. Adjust this instruction if your installation requires it.

    composer require d3/oxid-dev-replacement --update-no-dev

Uninstall

if the dev tools are to be used again

  • Manually clean up the replacement module entry (d3/oxid-dev-replacement) from the vendor/composer/installed.json and composer.lock files.

  • Run this composer statement in your shop. Adjust this instruction if your installation requires it.

    composer remove d3/oxid-dev-replacement --update-no-dev