8
0
Fork 0

prevent errors while installation

Dieser Commit ist enthalten in:
Daniel Seifert 2021-08-11 15:15:24 +02:00
Ursprung ceec3df67f
Commit b8d3f47236
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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. * 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 composer remove phpunit/phpcov pdepend/pdepend behat/mink-goutte-driver oxid-esales/mink-selenium-driver squizlabs/php_codesniffer mikey179/vfsstream
``` ```