Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/oxideshop-update-component
Component used to upgrade shop through minor/major versions.
https://github.com/oxid-esales/oxideshop-update-component
Last synced: about 1 month ago
JSON representation
Component used to upgrade shop through minor/major versions.
- Host: GitHub
- URL: https://github.com/oxid-esales/oxideshop-update-component
- Owner: OXID-eSales
- License: other
- Created: 2019-08-20T11:58:54.000Z (over 5 years ago)
- Default Branch: b-7.0.x
- Last Pushed: 2023-10-13T07:33:26.000Z (about 1 year ago)
- Last Synced: 2024-10-13T03:39:39.919Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
OXID eShop update component
===========================This component is a helper for updating the OXID eShop compilation from v6.5 to v7.0.
## Installation
- run the following command to install the component:
```bash
composer require oxid-esales/oxideshop-update-component:^v2.0.0
```- clear the eShop cache.
## How to install component for development?
Checkout component besides OXID eShop `source` directory:
```bash
git clone https://github.com/OXID-eSales/oxideshop-update-component.git
```Run composer install command:
```bash
cd oxideshop-update-component
composer install
```Add dependency to OXID eShop `composer.json` file:
```bash
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:
```bash
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.