mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Add CompositeRepo::getRepositories
This commit is contained in:
parent
70a3c68f73
commit
b0134b56c5
1 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,16 @@ class CompositeRepository implements RepositoryInterface
|
|||
$this->repositories = $repositories;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all the wrapped repositories
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getRepositories()
|
||||
{
|
||||
return $this->repositories;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue