This component is a helper for updating the OXID eShop compilation from v6.5 to v7.0.
- run the following command to install the component:
composer require oxid-esales/oxideshop-update-component:^v2.0.0- clear the eShop cache.
Checkout component besides OXID eShop source directory:
git clone https://github.com/OXID-eSales/oxideshop-update-component.gitRun composer install command:
cd oxideshop-update-component
composer installAdd dependency to OXID eShop composer.json file:
composer config repositories.oxid-esales/oxideshop-update-component path oxideshop-update-component
composer require --dev oxid-esales/oxideshop-update-component:*To run tests for the component please define OXID eShop bootstrap file:
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/If you experience any bugs or issues, please report them in the section OXID eShop of https://bugs.oxid-esales.com.
See LICENSE file for license details.