Update README.md

Cette révision appartient à :
fleurami 2021-04-29 16:48:13 +02:00 révisé par GitHub
Parent 42ea3efe46
révision 5ccd672f53
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 8 ajouts et 9 suppressions

Voir le fichier

@ -6,15 +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