diff --git a/src/NewCommand.php b/src/NewCommand.php index f51f805..101a55d 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -71,9 +71,6 @@ protected function execute(InputInterface $input, OutputInterface $output) // Setup temp directory to allow installing at `.` $tempDirectory = $directory === '.' ? './temp' : $directory; - // Add our private repo to composer, globally - automatically - $commands[] = $composer . ' --global config repositories.sgroup composer https://composer.sgroup.com.au'; - // Create a project via composer, using the base-craft3 repo $commands[] = $composer . " create-project sgroup/base-craft \"$tempDirectory\" $version --remove-vcs"; @@ -175,4 +172,4 @@ protected function runCommands($commands, InputInterface $input, OutputInterface return $process; } -} \ No newline at end of file +}