This commit is contained in:
Dan Poltawski 2015-02-10 09:08:31 +00:00
commit bb2b3dea79

View file

@ -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);
}