mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod
This commit is contained in:
parent
9e9c1917e1
commit
5b748eda6c
6 changed files with 60 additions and 5 deletions
|
@ -26,7 +26,7 @@ use Composer\Config;
|
|||
/**
|
||||
* @author Jordi Boggiano <j.boggiano@seld.be>
|
||||
*/
|
||||
class VcsRepository extends ArrayRepository
|
||||
class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInterface
|
||||
{
|
||||
protected $url;
|
||||
protected $packageName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue