We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9d66f commit d35d678Copy full SHA for d35d678
src/Commands/SetRepository.php
@@ -48,7 +48,7 @@ public function handle(): int
48
}
49
50
if (!$found) {
51
- $composer['repositories'][] = ['url' => $new['path'], 'type' => $this->repo];
+ $composer['repositories'][] = ['url' => $new[$this->repo], 'type' => $this->repo];
52
53
54
File::put(config('laravel-git-workflow.composer_json'), json_encode($composer, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
0 commit comments