From 7a62f05004146f7dbe8e2d619f0eae11a4b0685c Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Fri, 10 Jun 2016 12:18:47 +0200 Subject: [PATCH] Build optimized classmap for phar --- src/Command/ReleaseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/ReleaseCommand.php b/src/Command/ReleaseCommand.php index 8c1abed3..fa9e96fc 100755 --- a/src/Command/ReleaseCommand.php +++ b/src/Command/ReleaseCommand.php @@ -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