with --no-interactive, make composer non-interactive aswell#17938
Closed
kingspride wants to merge 412 commits intogrokability:developfrom
Closed
with --no-interactive, make composer non-interactive aswell#17938kingspride wants to merge 412 commits intogrokability:developfrom
kingspride wants to merge 412 commits intogrokability:developfrom
Conversation
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
Signed-off-by: snipe <snipe@snipe.net>
# Conflicts: # config/version.php
# Conflicts: # public/css/build/app.css # public/css/build/app.css.map # public/css/build/overrides.css # public/css/build/overrides.css.map # public/css/dist/all.css # public/mix-manifest.json
Added additional fields to bug report template related to FMCS
Make fields required
Member
|
Hi there - thanks for this! Can you please re-target this PR to point to the You don't need to close and re-open. After you create a pull request, you can modify the base branch so that the changes in the pull request are compared against a different branch. By changing the base branch of your original pull request rather than opening a new one with the correct base branch, you’ll be able to keep valuable work and discussion. Thanks! |
Contributor
Author
|
Sorry, clearly an RTFM moment 🤪 thanks for creating this tool :) |
Member
|
Heh, might need a rebase too - look at the file changes and commit list. |
Contributor
Author
|
created a new PR #17945 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Discovered that php composer still asks questions interactively when running upgrade.php with --no-interactive.
added an environment variable to set composer to be silent aswell.