From ceec3df67fe14cd0b69c460a45bb155912197920 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 27 Jan 2021 16:52:56 +0100 Subject: [PATCH] remove "installing in dev mode only" note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d0f865..7c426fa 100755 --- a/README.md +++ b/README.md @@ -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 --dev + composer require d3/oxid-dev-replacement composer remove phpunit/phpcov pdepend/pdepend behat/mink-goutte-driver oxid-esales/mink-selenium-driver squizlabs/php_codesniffer mikey179/vfsstream ``` @@ -22,4 +22,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 --dev` + `composer remove d3/oxid-dev-replacement`