8
0
Fork 0

Update README.md

Dieser Commit ist enthalten in:
fleurami 2021-04-29 16:49:26 +02:00 committet von GitHub
Ursprung 5ccd672f53
Commit e12d875840
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen

Datei anzeigen

@ -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