*/ 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, security?: 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, security?: 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:----qwE8G4Ko5VycCLcY0f27JXAYbMmJikR+DMaWaGzU1xSPOQE02KCwFjvtzV6rwZjwyxfL5LOjJejZvBCxjndsYdIYu/kQAI0HmLJ0RYWXIhOQ2LAVnht4bNm1nuBtvtcLXR04W7PwgBUO1D8TlPOStrZWU9PqJnapyr0gRc7Q+2GAWgHu5HBBj5I0ag41QdqqRwV0Tl/25ci+AZzYe441Toj1oTyQQAXunhN5iPPqXcbpazzdaheRw+8Cf8eOvGPGRbEmdGCG9Gad4sVxk2qjVJgrURWQxkHJboNgkEUzI0rkVnNnqh1y2vfuyXrrxySJi6B5OGywD0DgwoUoSI1UOy18PP/tWpBgIBpO4dI0nfJB3iEA1tjX5jzElILOFASYYiBUPFJrTck69zWOBB+SgG1AaLSG3D30zbuUVRJGsg18Yez7o+FgFEle+HeLTRVLVR1+ePnl8MOqt/RfJ/i2LDqvlPUFIntFl9LVn05VKPR3ANyb3A0waBvUTGCJxNO1Ejq71HSKww/dz3WSxaDpT2yhtSD/XegRGHy+QEAsvU0ZaVqNv4t9HkhtunTg4Yy/EQnz6ESRM9/0JcS+1d5dYHXeID4iJl2g5y2IBaHim5yCY0nY7DLvebBQcsEePAq8CYtnEZE0Wi9AMf1FkGnDObIvOjKB69smlIAzdmGgVH0=----ATTACHMENT:----MTc1MjUyNzE4MTMyODI2MSA3MjExMjA4MjUxNjMzMDgyIDQ3NDQ0ODcyODk2Nzc0Mjk=