Symfony\Installer\SelfUpdateCommand::replaceCurrentVersionbyNewVersion PHP Method

replaceCurrentVersionbyNewVersion() private method

Replaces the currenct version of the Symfony installer with the new one.
    private function replaceCurrentVersionbyNewVersion()
    {
        $this->fs->copy($this->newInstallerFile, $this->currentInstallerFile, true);
        return $this;
    }