add removePackage() to RepositoryInterface

main
Rob Bast 6 years ago
parent 7d273f7cd8
commit cfb0d33c45
No known key found for this signature in database
GPG Key ID: 73076E35E6165F39

@ -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…
Cancel
Save