rokko11/mage-mirror
最新稳定版本:1.9.0.1
Composer 安装命令:
composer require rokko11/mage-mirror
包简介
A repository just with original Magento-sources
README 文档
README
This Project provides a Mirror of most common Magento-Versions for easy installation via composer or modman.
Installation via modman
Simply run modman clone https://github.com/Rokko11/mage-mirror.git
Installation via composer
Create a composer.json like this and run composer update
{
"require": {
"rokko11/mage-mirror": "1.9.0.1"
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/Rokko11/mage-mirror.git"
}
],
"extra": {
"magento-root-dir": "./html",
"magento-deploystrategy": "copy",
"magento-force": "true"
}
}
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2014-10-24