-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
with --no-interactive, make composer non-interactive aswell #17938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]>
# 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
|
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! |
|
Sorry, clearly an RTFM moment 🤪 thanks for creating this tool :) |
|
Heh, might need a rebase too - look at the file changes and commit list. |
|
created a new PR #17945 |

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.