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

Make sure composer files are valid #7904

Merged
merged 2 commits into from Nov 16, 2019

Commits on Nov 16, 2019

  1. Copy the full SHA
    33b8d02 View commit details
    Browse the repository at this point in the history
  2. Make sure composer files are valid

    The composer.lock is put under version control and it often happens to
    be out of sync with the composer.json, which could lead to
    hard-to-understand issues.
    Using the --strict option here because we might as well aim for a
    perfectly valid composer.json
    greg0ire committed Nov 16, 2019
    Copy the full SHA
    c79d2e0 View commit details
    Browse the repository at this point in the history