mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-mdl-49081' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
bb2b3dea79
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ function testing_update_composer_dependencies() {
|
|||
}
|
||||
|
||||
// Update composer dependencies.
|
||||
passthru("php composer.phar update --dev", $code);
|
||||
passthru("php composer.phar update", $code);
|
||||
if ($code != 0) {
|
||||
exit($code);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue