8
0
Fork 0

Update README.md

Dieser Commit ist enthalten in:
fleurami 2021-04-29 16:44:47 +02:00 committet von GitHub
Ursprung 7f075c3b2c
Commit 42ea3efe46
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 21 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -1,2 +1,22 @@
# oxid_patches
You will need them
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://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch"
}
},
"enable-patching": true
}
},
# run this command
composer install
Enjoy!