Stores whether this is an alias created by an aliasing in the requirements of the root package or not
Use by the policy for sorting manually aliased packages first, see #576
public function setRootPackageAlias(bool $value) : void { $this->rootPackageAlias = $value; }