2021-04-29 16:23:45 +02:00
|
|
|
# oxid_patches
|
2021-04-29 16:44:47 +02:00
|
|
|
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
|
2021-04-29 16:49:26 +02:00
|
|
|
"extra": {
|
|
|
|
"patches": {
|
|
|
|
"oxid-esales/oxideshop-composer-plugin": {
|
2021-04-30 21:51:28 +02:00
|
|
|
"Don't ask, simple install all new":
|
|
|
|
"https://git.d3data.de/D3Public/oxid_patches/raw/branch/main/OxidAskYes.patch"
|
2021-04-29 16:49:26 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"enable-patching": true
|
|
|
|
},
|
2021-04-29 16:44:47 +02:00
|
|
|
|
|
|
|
# run this command
|
|
|
|
composer install
|
|
|
|
|
|
|
|
Enjoy!
|