mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
Merge branch 'MDL-38531_master' of git://github.com/dmonllao/moodle
This commit is contained in:
@@ -71,7 +71,7 @@ if ($code == 0) {
|
||||
}
|
||||
}
|
||||
|
||||
passthru("php composer.phar install --dev", $code);
|
||||
passthru("php composer.phar update --dev", $code);
|
||||
if ($code != 0) {
|
||||
exit($code);
|
||||
}
|
||||
|
Reference in New Issue
Block a user