Skip to content

Commit

Permalink
Merge pull request #33 from coenjacobs/return-code-fix
Browse files Browse the repository at this point in the history
Symfony command must have an integer as return status code
  • Loading branch information
coenjacobs authored Dec 23, 2019
2 parents 10f7122 + 162a4d8 commit fa28128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/Commands/Compose.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
foreach ($packages as $package) {
$this->replacer->replaceParentPackage($package, null);
}

return 0;
}

/**
Expand Down

0 comments on commit fa28128

Please sign in to comment.