mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 16:21:47 +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) {
|
if ($code != 0) {
|
||||||
exit($code);
|
exit($code);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user