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 9c368d5 commit 1239573Copy full SHA for 1239573
src/InstallCommand.php
@@ -27,7 +27,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
27
$version = $input->getArgument("version") ?? null;
28
29
$output->writeln("<info>Installing $package...</info>");
30
- // $output->write(shell_exec("composer require $package"));
31
$composer = $this->findComposer();
32
$process = Process::fromShellCommandline("$composer require $package $version", null, null, null, null);
33
0 commit comments