Skip to content

Commit

Permalink
Update VsCodeBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas authored Sep 26, 2019
1 parent cc5e620 commit 530a1da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Commands/VsCode/VsCodeBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ protected function execute(InputInterface $input, OutputInterface $output)

$command = $this->getApplication()->find('vscode:config');
$command->run($greetInput, $output);

$process = new Process('composer global require friendsofphp/php-cs-fixer');
$this->runProcess($process, $output);

$output->writeln("<comment>Builder successfully installed. ✔</comment>");

Expand Down

0 comments on commit 530a1da

Please sign in to comment.