Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit 077b302

Browse files
committed
run composer update with --no-suggest
1 parent 0cd7738 commit 077b302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function compile(
136136
if ($noExtensions === false) {
137137
$this->out->write($composer->exec('require --no-update', ...array_keys(self::$extensions)));
138138
}
139-
$this->out->write($composer->exec('update --no-dev --optimize-autoloader --classmap-authoritative'));
139+
$this->out->write($composer->exec('update --no-dev --no-suggest --optimize-autoloader --classmap-authoritative'));
140140

141141
// version everything to see a diff
142142
// $this->out->write($git->exec('add -f .'));

0 commit comments

Comments
 (0)