Skip to content

Commit

Permalink
Merge branch 'wip-mdl-49081' of https://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Feb 10, 2015
2 parents 3451a51 + 288eea6 commit bb2b3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testing/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bb2b3de

Please sign in to comment.