mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
This commit is contained in:
parent
74c2fd5f06
commit
ffecd39d33
10 changed files with 169 additions and 192 deletions
|
@ -235,7 +235,7 @@ EOT
|
|||
if (!$this->repos) {
|
||||
$this->repos = new CompositeRepository(array_merge(
|
||||
array(new PlatformRepository),
|
||||
Factory::createDefaultRepositories($this->getIO(), Factory::createConfig())
|
||||
Factory::createDefaultRepositories($this->getIO())
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue