Skip to content

Commit 40a156d

Browse files
committed
✨ limited install to modules
1 parent c85f13a commit 40a156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
2828

2929
$output->writeln("<info>Installing $package...</info>");
3030
$composer = $this->findComposer();
31-
$process = Process::fromShellCommandline("$composer require $package $version", null, null, null, null);
31+
$process = Process::fromShellCommandline("$composer require leafs/$package $version", null, null, null, null);
3232

3333
$process->run(function ($type, $line) use ($output) {
3434
$output->write($line);

0 commit comments

Comments
 (0)