Set the packages this one replaces
array<string, Link> $replaces A set of package links:
public function setReplaces(array $replaces) : void { if (isset($replaces[0])) { // @phpstan-ignore-line $replaces = $this->convertLinksToMap($replaces, 'setReplaces'); } $this->replaces = $replaces; }