Skip to content

Commit

Permalink
Merge 00bbf26 into 552cd47
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Mar 21, 2019
2 parents 552cd47 + 00bbf26 commit 892f5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ public function retrieveChangeLog($package_name, $lockdata, $version_from, $vers
$cosy_factory_wrapper = new ProcessFactoryWrapper();
$cosy_factory_wrapper->setExecutor($this->executer);
$retriever = new DependencyRepoRetriever($cosy_factory_wrapper);
$retriever->setAuthToken($this->userToken);
$fetcher = new ChangelogRetriever($retriever, $cosy_factory_wrapper);
$log = $fetcher->retrieveChangelog($package_name, $lockdata, $version_from, $version_to);
$changelog_string = '';
Expand Down

0 comments on commit 892f5cd

Please sign in to comment.