summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7da6045)
Resolves: #87136
Releases: master, 8.7
Change-Id: Idbac64bf44b8f79ccd8a169f4abade462873e17d
Reviewed-on: https://review.typo3.org/59125
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
.inlineBody(
this.getScriptTaskBashInlineBody() +
this.getScriptTaskComposer(requirementIdentifier) +
.inlineBody(
this.getScriptTaskBashInlineBody() +
this.getScriptTaskComposer(requirementIdentifier) +
+ "composer install --no-progress --no-suggest --no-interaction"
)
.environmentVariables(this.composerRootVersionEnvironment);
}
)
.environmentVariables(this.composerRootVersionEnvironment);
}