From 1239573bd2d29f3ef9ff37f3fc6a555fdb2627c6 Mon Sep 17 00:00:00 2001 From: mr-phlames Date: Tue, 7 Jul 2020 07:57:53 +0000 Subject: [PATCH] little patches --- src/InstallCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/InstallCommand.php b/src/InstallCommand.php index 810c181..2653a2c 100644 --- a/src/InstallCommand.php +++ b/src/InstallCommand.php @@ -27,7 +27,6 @@ protected function execute(InputInterface $input, OutputInterface $output) $version = $input->getArgument("version") ?? null; $output->writeln("Installing $package..."); - // $output->write(shell_exec("composer require $package")); $composer = $this->findComposer(); $process = Process::fromShellCommandline("$composer require $package $version", null, null, null, null);