1
0
Fork 0
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:
Lukáš Homza 2015-11-23 23:18:24 +01:00
parent 9e9c1917e1
commit 5b748eda6c
6 changed files with 60 additions and 5 deletions

View file

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