Skip to content

Commit 1239573

Browse files
committed
little patches
1 parent 9c368d5 commit 1239573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
2727
$version = $input->getArgument("version") ?? null;
2828

2929
$output->writeln("<info>Installing $package...</info>");
30-
// $output->write(shell_exec("composer require $package"));
3130
$composer = $this->findComposer();
3231
$process = Process::fromShellCommandline("$composer require $package $version", null, null, null, null);
3332

0 commit comments

Comments
 (0)