Compare commits

...

2 Commits

2 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,16 @@ if the Paymorrow module is not used and should be removed from the shop installa
`composer require d3/oxid-paymorrow-replacement --update-no-dev` `composer require d3/oxid-paymorrow-replacement --update-no-dev`
* Manually remove the files from source/modules/oxps/paymorrow. * Manually remove the files from source/modules/oxps/paymorrow.
* OXID eShop 6.2 only:
```
composer require -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev
vendor/bin/oe-console oe:module:reset-configurations
vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules
composer remove -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev
```
Please ignore "not readable file" message.
## Uninstall ## Uninstall

View File

@ -1,7 +1,6 @@
{ {
"name": "d3/oxid-paymorrow-replacement", "name": "d3/oxid-paymorrow-replacement",
"description": "Empty replacement for the Paymorrow module if it is not used and should be removed from the installation.", "description": "Empty replacement for the Paymorrow module if it is not used and should be removed from the installation.",
"version": "1.0.0",
"require": { "require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0" "oxid-esales/oxideshop-metapackage-ce": "^6.0"
}, },