1
0
Fork 0

Merge remote-tracking branch 'origin/1.7'

pull/7623/merge
Jordi Boggiano 2018-09-10 14:06:33 +02:00
commit 490f3ccd95
1 changed files with 7 additions and 0 deletions

View File

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