Skip to content

Commit

Permalink
little patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Jul 7, 2020
1 parent 9c368d5 commit 1239573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
$version = $input->getArgument("version") ?? null;

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

Expand Down

0 comments on commit 1239573

Please sign in to comment.