oxid-esales/oxideshop-update-component
Composer 安装命令:
composer require oxid-esales/oxideshop-update-component
包简介
Component used to upgrade shop through minor/major versions.
README 文档
README
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:
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:
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.
统计信息
- 总下载量: 45.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-11-20