Merge branch 'w49_MDL-36936_m24_composerdev' of git://github.com/skodak/moodle into MOODLE_24_STABLE
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"require": {
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"phpunit/dbUnit": "1.2.*"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ Composer is a new dependency manager for PHP projects.
|
||||
It installs PHP libraries into /vendor/ subdirectory inside your moodle dirroot.
|
||||
|
||||
1. install Composer - http://getcomposer.org/doc/00-intro.md
|
||||
2. go to your moodle dirroot and execute `php composer.phar install`
|
||||
2. go to your moodle dirroot and execute `php composer.phar install --dev`
|
||||
|
||||
|
||||
PEAR installation (not recommended)
|
||||
|
||||
Reference in New Issue
Block a user