oxid_patches/README.md

30 lines
540 B
Markdown
Raw Permalink Normal View History

2023-02-27 12:27:19 +01:00
# session id patch
applicable for OXID 6.2 to 6.5.1
## first install the composer patch package
```
composer require cweagans/composer-patches
```
## add this to your main composer file
```
"extra": {
"patches": {
"oxid-esales/oxideshop-ce": {
"sessionid fix":
"https://git.d3data.de/D3Public/oxid_patches/raw/branch/sessionid/sessionid.patch"
}
},
"enable-patching": true
},
```
## run this command
```
rm -rf ./vendor/oxid-esales/oxideshop-ce
composer install
```
Enjoy!