Skip to content

Commit

Permalink
Build optimized classmap for phar
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jun 10, 2016
1 parent 3408070 commit 7a62f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ReleaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->output = $output;

$this->executeProcess('git clean -dffx');
$this->executeProcess('composer install --no-dev');
$this->executeProcess('composer install --no-ansi --no-interaction --no-dev --no-progress --classmap-authoritative');
$this->executeProcess('phar-composer build . ../surf.phar');

// disabled for the time being
Expand Down

0 comments on commit 7a62f05

Please sign in to comment.