1
0
Fork 0

Update RequireCommand.php

pull/8693/head
Jáchym Toušek 2020-03-13 18:18:13 +01:00 committed by GitHub
parent bbb781b1ed
commit 3bf46a77f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ EOT
;
$status = $install->run();
if ($status !== 0) {
if ($status !== 0 || $input->getOption('dry-run')) {
$this->revertComposerFile(false);
}