Skip to content

Commit

Permalink
Merge pull request #143 from eiriksm/eiriksm-patch-1
Browse files Browse the repository at this point in the history
Update CosyComposer.php
  • Loading branch information
eiriksm committed Aug 24, 2019
2 parents 8728db0 + 2b763f2 commit 59e81e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public function run()
}
// Now read the lockfile.
$lockdata = json_decode(file_get_contents($this->tmpDir . '/composer.lock'));
$update_type = $this->project && $this->project->shouldUpdateAll() ? self::UPDATE_ALL : self::UPDATE_INDIVIDUAL;
$update_type = self::UPDATE_INDIVIDUAL;
switch ($update_type) {
case self::UPDATE_INDIVIDUAL:
$this->handleIndividualUpdates($data, $lockdata, $cdata, $one_pr_per_dependency, $lock_file_contents, $prs_named, $default_base, $hostname, $default_branch, $user_name, $user_repo);
Expand Down

0 comments on commit 59e81e6

Please sign in to comment.