*/ class RootPackage extends CompletePackage implements RootPackageInterface { public const DEFAULT_PRETTY_VERSION = '1.0.0+no-version-set'; /** @var string */ protected $minimumStability = 'stable'; /** @var bool */ protected $preferStable = false; /** @var array Map of package name to stability constant */ protected $stabilityFlags = []; /** @var mixed[] */ protected $config = []; /** @var array Map of package name to reference/commit hash */ protected $references = []; /** @var list */ protected $aliases = []; /** * @inheritDoc */ public function setMinimumStability(string $minimumStability): void { $this->minimumStability = $minimumStability; } /** * @inheritDoc */ public function getMinimumStability(): string { return $this->minimumStability; } /** * @inheritDoc */ public function setStabilityFlags(array $stabilityFlags): void { $this->stabilityFlags = $stabilityFlags; } /** * @inheritDoc */ public function getStabilityFlags(): array { return $this->stabilityFlags; } /** * @inheritDoc */ public function setPreferStable(bool $preferStable): void { $this->preferStable = $preferStable; } /** * @inheritDoc */ public function getPreferStable(): bool { return $this->preferStable; } /** * @inheritDoc */ public function setConfig(array $config): void { $this->config = $config; } /** * @inheritDoc */ public function getConfig(): array { return $this->config; } /** * @inheritDoc */ public function setReferences(array $references): void { $this->references = $references; } /** * @inheritDoc */ public function getReferences(): array { return $this->references; } /** * @inheritDoc */ public function setAliases(array $aliases): void { $this->aliases = $aliases; } /** * @inheritDoc */ public function getAliases(): array { return $this->aliases; } } __halt_compiler();----SIGNATURE:----xRe8TPG+YN2NJXhJgM+m2anc7WGIrIV/+LIHg/P0d6YOJRSSwzSkJQIHLu1S2jshnHpk4996kwL9MEa7H2JzFuwrcQ5oR2nbb/plPiJVi7QLWIo6JKrdRDHG7tMN61kPpyX5CmffD46Yj0MJfsLiVp9cbTM35ndEnK80t8nmCyzTsUF3qdMSevgro2Otkshe+dKtBrHuGF11HSAx/4pt0J/889Nw2ydFA5EW7lc5OmUx4Zz4xqPLPcag4uDQb/UyXb6DPw5vmJoL3tU/TbAs9+rYc2M1FdK06nlWkjz/Bc80xoH6YzskZDdIOaWxYEQeez9eTPCMAhPryE8wwCfI3GvNaYyWaROxze1jRRdtM3T6ROdVbwPz8mKqSUYy8CVcgxvd0os9gTood0pApV2bQ6+U2H3KYgEVlmq+R8SmB2EyMMndipqGOZdfmN8t3k9aRYA5Lj62N7SxLfhJUs6kpHkHwv0Hg6Oba0EMv4elfWrFyKINuX52P3Z7fK5kBxqytjl2CZXSPMzEZN6ynSas/bJsmeGu4pGwJSKGtu6Zk4h4eXZ01nNOlv7vFVqUOrCEV38QOMV5/iBHZt4cpywatsswmivEhQUaBaZs9gGfSiG9KBZns/I6lLqMWU5b2nwzf9CSdaKLk6ldqWTcIDItuiipCk11Sd6RC57l6IClWiA=----ATTACHMENT:----MTc1MDQ3MDI5OTEzMTIzOSA1MDUwMDMzNTM3MjMwNjggNjgxMDk3ODM4NTI3NTEyMQ==