*/ 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:----Q3uhOOc3w6JPwEGzg2vzJ6YdHVOkqLQREP+0Im65p3EXo6YMSsyoAtn2D/6ao71Ytmmuyg7jc34EiTuD5dpBK8ecqRBlcJR9yfR8oUUo7sDFyTQftYL64sx1bggljQ67skgXGGSsuXHQX71Oen+xKQkQSrunU40NGuTABeYg6vMMnf7AKP2NpqLQfZc3pKxgjHulFtFKtZk6Wlyg+GUbShWTiGDjyqB4YKtNf1NQBzKNogco2qI7na2bh8xwY3TvD1jzaSODIVAdKHlhUf/CknWHO2ZEpPBqRPoDuJyIcywGZgqnDlETuFCPMdGCNJ7zua/d30RDqHkkwGhX+SwL+CGLMCShuhhFkKpMb9bk3ajP7qvYtoXNefzGeTraYQI0i88rrSpO7MBvb++GFC6iQrBlXPVr1oOak80xCu4OLenyGXizcnFkV4gxYQUGoNRNiwcfRF7SEEk9W64XQ9cHCnE+HAvk7B7f5NkSzz/IiTRGU/+1dVxDMfBqlbicM48u5g/p1Y325egxJP6URjsSakgt34sgeL1/f/+nHkFP9XAkg7DxDQqExQtNIuzh8OnNqb5uHsyLjPNyKTEOkKKeWwgN91/ZSpC44FGKY/vqlWZRnhKdfwGw6lkGmuOxFiw52peDHFm+dYUoN4lmB1Cl8dOAAjScQbFbt6jokfaHbPg=----ATTACHMENT:----MTU2MDMyNDE1NTUzNjA0OSA0NjU0MjU0MTMzNDEyMDA3IDkwNzEzMzA0NzAwNjg3NzQ=