Update README.md
This commit is contained in:
parent
7f075c3b2c
commit
42ea3efe46
22
README.md
22
README.md
@ -1,2 +1,22 @@
|
|||||||
# oxid_patches
|
# 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!
|
||||||
|
Loading…
Reference in New Issue
Block a user