covex-nn/moodle-version
Composer 安装命令:
composer require covex-nn/moodle-version
包简介
Moodle version management
README 文档
README
Version is a library that helps us with managing the moodle-source package version.
Installation
- Use this template for composer.json to download Moodle 2.8
{
"require-dev" : {
"covex-nn/moodle-version" : "~2.8"
},
"extra" : {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config" : {
"bin-dir" : "bin"
},
"minimum-stability" : "dev",
"prefer-stable" : true
}
- Run
cd www/admin/cli && php install.phpto install Moodle - See moodle-package for details
统计信息
- 总下载量: 339
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-04