MDL-38531 behat: Replacing composer install for composer update

This commit is contained in:
David Monllao
2013-03-19 16:45:58 +08:00
parent 7112729206
commit 1e63755fb5
+1 -1
View File
@@ -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);
}