mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
using theirs
This commit is contained in:
parent
bab10dd9f8
commit
1019c014e5
7 changed files with 221 additions and 154 deletions
|
@ -59,6 +59,11 @@ class VcsRepository extends ArrayRepository
|
|||
$this->repoConfig = $repoConfig;
|
||||
}
|
||||
|
||||
public function getRepoConfig()
|
||||
{
|
||||
return $this->repoConfig;
|
||||
}
|
||||
|
||||
public function setLoader(LoaderInterface $loader)
|
||||
{
|
||||
$this->loader = $loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue