Update README.md

This commit is contained in:
fleurami 2021-04-29 16:48:13 +02:00 committed by GitHub
parent 42ea3efe46
commit 5ccd672f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -6,15 +6,14 @@ Don't do it again!
composer require cweagans/composer-patches composer require cweagans/composer-patches
# add this to your main composer file # add this to your main composer file
"extra": { "extra": {
"patches": { "patches": {
"oxid-esales/oxideshop-composer-plugin": { "oxid-esales/oxideshop-composer-plugin": {
"Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch"
} }
}, },
"enable-patching": true "enable-patching": true
} },
},
# run this command # run this command
composer install composer install