From e12d8758405cbf17edd21b46df8366197301cb15 Mon Sep 17 00:00:00 2001 From: fleurami <38048487+fleurami@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:49:26 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c0eed76..aed2d0c 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Don't do it again! composer require cweagans/composer-patches # add this to your main composer file - "extra": { - "patches": { - "oxid-esales/oxideshop-composer-plugin": { - "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" - } - }, - "enable-patching": true - }, + "extra": { + "patches": { + "oxid-esales/oxideshop-composer-plugin": { + "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" + } + }, + "enable-patching": true + }, # run this command composer install