oxid-esales / oxideshop-update-component
Component used to upgrade shop through minor/major versions.
Installs: 23 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Type:oxideshop-component
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2023-01-12 13:13:23 UTC
README
This component is a helper for upgrading the OXID eShop compilation from v6.3 to v7.0-rc.1. See more info on updating here.
Installation
Run the following command to install the component:
composer require oxid-esales/oxideshop-update-component:^v2.0.0
Usage
To get list of commands execute:
vendor/bin/oe-console | grep oe:oxideshop-update-component
How to install component for development?
Checkout component besides OXID eShop source
directory:
git clone https://github.com/OXID-eSales/oxideshop-update-component.git
Run composer install command:
cd oxideshop-update-component
composer install
Add 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:*
How to run tests?
To run tests for the component please define OXID eShop bootstrap file:
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/
Bugs and Issues
If you experience any bugs or issues, please report them in the section OXID eShop of https://bugs.oxid-esales.com.
License
See LICENSE file for license details.