Check whether this version is greater than or equal to the argument.
public function newerOrEqual(PhpVersion $other) : bool { return $this->id >= $other->id; }