skinVersionLookup = $skinVersionLookup; } /** * @inheritDoc */ public function getName() : string { return Constants::REQUIREMENT_LATEST_SKIN_VERSION; } /** * @inheritDoc * @throws \ConfigException */ public function isMet() : bool { return $this->skinVersionLookup->getVersion() === Constants::SKIN_VERSION_LATEST; } }