Merge remote-tracking branch 'origin/1.7'
commit
490f3ccd95
|
@ -71,4 +71,11 @@ interface RepositoryInterface extends \Countable
|
|||
* @return array[] an array of array('name' => '...', 'description' => '...')
|
||||
*/
|
||||
public function search($query, $mode = 0);
|
||||
|
||||
/**
|
||||
* Removes a package from the registered packages list.
|
||||
*
|
||||
* @param PackageInterface $package
|
||||
*/
|
||||
public function removePackage(PackageInterface $package);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue