Skip to content

Commit

Permalink
Repository-Priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Jascha Starke committed Jan 8, 2019
1 parent 1b9f737 commit 2be8c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Plugin implements PluginInterface, Capable
{
public function activate(Composer $composer, IOInterface $io)
{
$composer->getRepositoryManager()->addRepository(new Repository($io, Factory::createConfig(), $composer));
$composer->getRepositoryManager()->prependRepository(new Repository($io, Factory::createConfig(), $composer));
}

/**
Expand Down

0 comments on commit 2be8c45

Please sign in to comment.