remove undepended packages

This commit is contained in:
Daniel Seifert 2021-01-22 11:41:06 +01:00
parent 0f8399e717
commit 67cdf3a553
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,9 @@ if the development tools are not used and should be removed from the shop instal
* Run this composer statement in your shop. Adjust this instruction if your installation requires it.
`composer require d3/oxid-dev-replacement --update-no-dev`
`composer require d3/oxid-dev-replacement --dev`
`composer remove phpunit/phpcov pdepend/pdepend behat/mink-goutte-driver oxid-esales/mink-selenium-driver squizlabs/php_codesniffer mikey179/vfsstream`
## Uninstall
@ -18,4 +20,4 @@ if the dev tools are to be used again
* Run this composer statement in your shop. Adjust this instruction if your installation requires it.
`composer remove d3/oxid-dev-replacement --update-no-dev`
`composer remove d3/oxid-dev-replacement --dev`