We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5d75 commit 4e7e6b0Copy full SHA for 4e7e6b0
RoboFileBase.php
@@ -183,7 +183,7 @@ public function devComposerValidate() {
183
* Additional flags to pass to the composer install command.
184
*/
185
public function buildMake($flags = '') {
186
- $successful = $this->_exec("$this->composer_bin --no-progress $flags install")->wasSuccessful();
+ $successful = $this->_exec("$this->composer_bin --no-progress --no-interaction $flags install")->wasSuccessful();
187
188
$this->checkFail($successful, "Composer install failed.");
189
}
0 commit comments