[PR #2348/eb455c69 backport][stable-2] composer: always use --no-interaction option #2402
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #2348 as merged into main (eb455c6).
SUMMARY
Since the composer command provides a no-interaction option, and since
we always call it non-interactively, we should always use it.
The lack of this option caused composer to not exit at least in one
instance when called as 'php /usr/local/bin/composer help install'.
The '-n' added with this patch resolved that issue.
ISSUE TYPE
As far as I can tell from the open issues, I'm the first one to report this.
COMPONENT NAME
ADDITIONAL INFORMATION
Versions and stuff.
On host:
On controller:
Output of composer showing the
-n
option: