*/ interface CompletePackageInterface extends PackageInterface { /** * Returns the scripts of this package * * @return array Map of script name to array of handlers */ public function getScripts(): array; /** * @param array $scripts */ public function setScripts(array $scripts): void; /** * Returns an array of repositories * * @return mixed[] Repositories */ public function getRepositories(): array; /** * Set the repositories * * @param mixed[] $repositories */ public function setRepositories(array $repositories): void; /** * Returns the package license, e.g. MIT, BSD, GPL * * @return string[] The package licenses */ public function getLicense(): array; /** * Set the license * * @param string[] $license */ public function setLicense(array $license): void; /** * Returns an array of keywords relating to the package * * @return string[] */ public function getKeywords(): array; /** * Set the keywords * * @param string[] $keywords */ public function setKeywords(array $keywords): void; /** * Returns the package description * * @return ?string */ public function getDescription(): ?string; /** * Set the description */ public function setDescription(string $description): void; /** * Returns the package homepage * * @return ?string */ public function getHomepage(): ?string; /** * Set the homepage */ public function setHomepage(string $homepage): void; /** * Returns an array of authors of the package * * Each item can contain name/homepage/email keys * * @return array */ public function getAuthors(): array; /** * Set the authors * * @param array $authors */ public function setAuthors(array $authors): void; /** * Returns the support information * * @return array{issues?: string, forum?: string, wiki?: string, source?: string, email?: string, irc?: string, docs?: string, rss?: string, chat?: string} */ public function getSupport(): array; /** * Set the support information * * @param array{issues?: string, forum?: string, wiki?: string, source?: string, email?: string, irc?: string, docs?: string, rss?: string, chat?: string} $support */ public function setSupport(array $support): void; /** * Returns an array of funding options for the package * * Each item will contain type and url keys * * @return array */ public function getFunding(): array; /** * Set the funding * * @param array $funding */ public function setFunding(array $funding): void; /** * Returns if the package is abandoned or not */ public function isAbandoned(): bool; /** * If the package is abandoned and has a suggested replacement, this method returns it */ public function getReplacementPackage(): ?string; /** * @param bool|string $abandoned */ public function setAbandoned($abandoned): void; /** * Returns default base filename for archive * * @return ?string */ public function getArchiveName(): ?string; /** * Sets default base filename for archive */ public function setArchiveName(string $name): void; /** * Returns a list of patterns to exclude from package archives * * @return string[] */ public function getArchiveExcludes(): array; /** * Sets a list of patterns to be excluded from archives * * @param string[] $excludes */ public function setArchiveExcludes(array $excludes): void; } __halt_compiler();----SIGNATURE:----en+Q+Zafk0LVb98z6WhGq7FVSs8jQc6OcRqUPVsq5n0FXcDO+S3u/tGb8xBic/QSRbDrQdW6fB6wrJjLmd9Qr942OIqtNoVXT/fA8/lBCEqOdnlVQ5K8BXRjlu9O86l9yGbSB8Z4UZzKCvw9EYhwo1HGjchRSZGiYVDPBInTBmCPCbFWv4YSVCWv6QIZAPKa53tLK8ZIfaYldBoz7reEx7mDLLV1Yppm0kEXzdmtz1eI3Hxlh47TEC7RpdPt4PjmV/Ga0uqU05dy8mUw48UoAgz2ELAqArpZ7Pt1ThwnDnACV6CtSGCbvG9vfO/IukBEXHejTBCGkR4cSALzSlEoOfxKiusE07ASmctFbk5EAbwiWVapKbnlLX9oVJcfOSw/MaU5z86lVXwhEVQFR70D05PGZoTAh1b8pOTkU+l7A+HMQqjDKzNDYWNC0E7MDs+toja/5W8w0Oytkpsd5/K6znRczNXdp3Gc4OCcaKlcPiV/ibR+er9cENvA/IKsu/D6I4/xGopTU0hBezGQev5Rcv2r2VYLj908fObMkJvrvQNadsDqPXohTWqtf6xtk7LnZic7e0oWUaydLAlDi7CMQ3LLLaSh+RrGV4nYEtjhSua81vN5s5MZdSP7w0V92fZ2GLWJkm5yMWHysRAAJFJ3kM9cYlnrcPN3/yiaEJDoT8E=----ATTACHMENT:----MTQyMzU5NDQ4ODYxMzg5NCA3NzcwNzY4MzkyNDM5NjYgOTEzMDU0Njk1NDA4NDk4OQ==