Remove unused methods from RepositoryInterface
parent
e700e6fcd9
commit
8533a65061
|
@ -17,8 +17,5 @@ namespace Composer\Repository;
|
||||||
*/
|
*/
|
||||||
interface RepositoryInterface extends \Countable
|
interface RepositoryInterface extends \Countable
|
||||||
{
|
{
|
||||||
static function supports($type, $name = '', $url = '');
|
|
||||||
static function create($type, $name = '', $url = '');
|
|
||||||
|
|
||||||
function getPackages();
|
function getPackages();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue