Skip to content

Commit f9c90f0

Browse files
committed
update command
1 parent 8bbd8e4 commit f9c90f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
224224
};
225225

226226
if ($stackSlug) {
227-
$createProjectCommand = $composer." create-project --repository='{\"type\":\"vcs\", \"url\":\"https://github.com/laravel/$stackSlug-starter-kit\"}' laravel/$stackSlug-starter-kit \"$directory\" --stability=dev";
227+
$createProjectCommand = $composer." create-project laravel/$stackSlug-starter-kit \"$directory\" --stability=dev";
228228

229229
if ($input->getOption('workos')) {
230230
$createProjectCommand = str_replace(" laravel/{$stackSlug}-starter-kit ", " laravel/{$stackSlug}-starter-kit:dev-workos ", $createProjectCommand);

0 commit comments

Comments
 (0)