@inheritDoc
Overrides ConfigSourceInterface::removeRepository
public function removeRepository(string $name) : void { $this->manipulateJson('removeRepository', static function (&$config, $repo) : void { unset($config['repositories'][$repo]); }, $name); }