covex-nn / moodle-version
Moodle version management
Installs: 338
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=5.4.4
- covex-nn/moodle: 2.9.4.4
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.php
to install Moodle - See moodle-package for details