Go to file
Daniel Seifert bee0d9e50f
update patch url to git.d3data.de
2021-04-30 21:55:58 +02:00
LICENSE Initial commit 2021-04-29 16:23:45 +02:00
OxidAskYes.patch Add files via upload 2021-04-29 16:24:40 +02:00
README.md update patch url to git.d3data.de 2021-04-30 21:55:58 +02:00

README.md

oxid_patches

How many times you have thought about OXID and "Do you want to ..." -> YES Don't do it again!

first add this to your main composer file

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://git.d3data.de/D3Public/oxid_patches/raw/branch/main/OxidAskYes.patch"
    }
  },
  "enable-patching": true
},

run this command

composer install

Enjoy!