prevent errors while installation

This commit is contained in:
Daniel Seifert 2021-08-11 15:15:24 +02:00
parent ceec3df67f
commit b8d3f47236
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ 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
composer require d3/oxid-dev-replacement --no-scripts --no-plugins
composer remove phpunit/phpcov pdepend/pdepend behat/mink-goutte-driver oxid-esales/mink-selenium-driver squizlabs/php_codesniffer mikey179/vfsstream
```