Skip to content
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

Example code: remove --no-interaction from Composer commands #547

Commits on Dec 26, 2021

  1. Example code: remove --no-interaction from Composer commands

    All Composer commands used in CI should use `--no-interaction` to prevent them hanging in case interaction is expected. However, as setupPHP sets the `COMPOSER_NO_INTERACTION` flag (as of this version), this is not needed when using setupPHP.
    
    This removes redundant `--no-interaction` arguments from the example code.
    
    Also see: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
    jrfnl committed Dec 26, 2021
    Copy the full SHA
    94aecb1 View commit details
    Browse the repository at this point in the history