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

Patch "validate --no-check-lock" #10723

Merged
merged 1 commit into from Apr 13, 2022

Commits on Apr 12, 2022

  1. validate lock-file if configured (composer#10715, --check-lock)

    if no lock-file is configured, turn lock file validation errors into
    warnings (implicit --no-check-lock) unless those are explicitly promoted
    via the new --check-lock option.
    
    - `{"config": {"lock": false}}` is an implicit `--no-check-lock` for
      composer validate.
    - `--check-lock` overrides an (implicit or explicit) `--no-check-lock`,
      always.
    
    issue: composer#10715
    ktomk committed Apr 12, 2022
    Copy the full SHA
    939c998 View commit details
    Browse the repository at this point in the history