public function __construct(string $package = '', string $version = '', string $newName = '') { $this->package = $package; $this->version = $version; $this->newName = $newName; }