diff --git a/src/NewCommand.php b/src/NewCommand.php index e24b9e8..56a713b 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -95,7 +95,6 @@ protected function interact(InputInterface $input, OutputInterface $output) ); if ($shouldUpdate === 'yes') { - $this->composer = new Composer(new Filesystem()); $output->writeln(' NEW VERSION Updating Laravel Installer...'.PHP_EOL);