packageName = $packageName; $this->version = $version; } public function getPackageName() : string { return $this->packageName; } public function getVersion() : string { return $this->version; } }