* * @phpstan-import-type AutoloadRules from PackageInterface * @phpstan-import-type DevAutoloadRules from PackageInterface */ interface RootPackageInterface extends CompletePackageInterface { /** * Returns a set of package names and their aliases * * @return list */ public function getAliases(): array; /** * Returns the minimum stability of the package */ public function getMinimumStability(): string; /** * Returns the stability flags to apply to dependencies * * array('foo/bar' => 'dev') * * @return array */ public function getStabilityFlags(): array; /** * Returns a set of package names and source references that must be enforced on them * * array('foo/bar' => 'abcd1234') * * @return array */ public function getReferences(): array; /** * Returns true if the root package prefers picking stable packages over unstable ones */ public function getPreferStable(): bool; /** * Returns the root package's configuration * * @return mixed[] */ public function getConfig(): array; /** * Set the required packages * * @param Link[] $requires A set of package links */ public function setRequires(array $requires): void; /** * Set the recommended packages * * @param Link[] $devRequires A set of package links */ public function setDevRequires(array $devRequires): void; /** * Set the conflicting packages * * @param Link[] $conflicts A set of package links */ public function setConflicts(array $conflicts): void; /** * Set the provided virtual packages * * @param Link[] $provides A set of package links */ public function setProvides(array $provides): void; /** * Set the packages this one replaces * * @param Link[] $replaces A set of package links */ public function setReplaces(array $replaces): void; /** * Set the autoload mapping * * @param array $autoload Mapping of autoloading rules * @phpstan-param AutoloadRules $autoload */ public function setAutoload(array $autoload): void; /** * Set the dev autoload mapping * * @param array $devAutoload Mapping of dev autoloading rules * @phpstan-param DevAutoloadRules $devAutoload */ public function setDevAutoload(array $devAutoload): void; /** * Set the stabilityFlags * * @param array $stabilityFlags */ public function setStabilityFlags(array $stabilityFlags): void; /** * Set the minimumStability */ public function setMinimumStability(string $minimumStability): void; /** * Set the preferStable */ public function setPreferStable(bool $preferStable): void; /** * Set the config * * @param mixed[] $config */ public function setConfig(array $config): void; /** * Set the references * * @param array $references */ public function setReferences(array $references): void; /** * Set the aliases * * @param list $aliases */ public function setAliases(array $aliases): void; /** * Set the suggested packages * * @param array $suggests A set of package names/comments */ public function setSuggests(array $suggests): void; /** * @param mixed[] $extra */ public function setExtra(array $extra): void; } __halt_compiler();----SIGNATURE:----JdBqBafRdQPfzs9xPdwufeSnereZNmZJHCAudD7xgnF61hX5BcduvAuLoNQSaIgGZV2j4DVtCFXeYPqodumiEeR5HGVvlYb6vUO+pxBWA5MgmQrX6q1H3E2SkI+j5u9jA/FKck2DKoCebDB9BQK+jsBXZCdofNJw2ep67jk8HktIUlop2ChVmVPRzRx34sBPriCwKnD2ySRu6CSqA72N/36QauGKSk6jCnz02VrlL2cqJmPMLnSC9FSTsFSP97215Tf+2inNhdpnKW+HTlrtUikHWVHQcc9MeRiPxyyhnARHc8j3eX6ZaQrdxRPx922u7kXPfoj3aI73s0vPAOZIXDs9gRpuP06/PDPlZgQNxAOG3spnxiwszlQt8yRnHssB16uVeGlt20rRfm+STJMW/uDnm8PRXxnXut8FSXhRJegzIp2vN5Gbm3Fj4EtASj9DNP0pUnUZpEcoUpYcKdX19PgUZIXxJW4T71V0D4+Vw2EclM8lJ4qEbyuviCggsk0Y8UrRPQA0KnxY8YpFlLYj6QrELF69cipgc3aRwvNQ+56Ay+YI/MgufUu+z7sa3oyxyrs6Slg/jt3r7qVq9rKy0W05VgPuCFbDpN6TH9SaQBsDb8UKAPtwRHSIzDmKeQDSC7yN0ZO/2boY6Ep18A83jebJBk+F802sf6Obx4n2LFI=----ATTACHMENT:----ODcwNjE3MzQzMjI0MDU5MCA4MzI5OTA5MzU3ODQ1MDE2IDg5MjA4NDk1MzAzNDYwNDc=