1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

using theirs

This commit is contained in:
matt-whittom 2013-08-13 10:54:35 -05:00 committed by mwhittom
parent bab10dd9f8
commit 1019c014e5
7 changed files with 221 additions and 154 deletions

View file

@ -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;