Skip to content

Commit

Permalink
Todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Dec 4, 2024
1 parent 9e33094 commit 03defc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/Commands/StarterKitInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ protected function createComposerJson(?string $package, ?string $name, ?string $
$contents = str_replace('A description of your starter kit', $description, $contents);
}

// TODO: PSR-4 autoload `src`? Does dir have to exist first?
File::put($targetPath, $contents);

return $this;
Expand Down

0 comments on commit 03defc6

Please sign in to comment.