mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-38531 behat: Replacing composer install for composer update
This commit is contained in:
parent
7112729206
commit
1e63755fb5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user