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

Mark package security-only #41

Merged
merged 5 commits into from
Jul 14, 2022

Commits on Jul 14, 2022

  1. docs: mark project as security-only

    Updates README.md file to indicate this project is security-only.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9169e4f View commit details
    Browse the repository at this point in the history
  2. fix: limit to Composer versions under 2.3.0

    Version 2.3 made BC-incompatible changes to the plugin API, and it's next-to-impossible to adapt the plugin to work against each of Composer v1, Composer v2 <2.3.0, and Composer v2 >= 2.3.0.
    As such, we are now restricting usage of this package to the Composer v2.2 LTS or before.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    54d508a View commit details
    Browse the repository at this point in the history
  3. docs: detail how to rollback to Composer 2.2

    Indicates that this version requires Composer 2.2 or prior, and how to install or rollback to that version.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c52c7fd View commit details
    Browse the repository at this point in the history
  4. qa: rollback to Composer 2.2 when testing

    Necessary so that installation does not fail.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fabd216 View commit details
    Browse the repository at this point in the history
  5. docs: fix linting errors

    Trailing whitespace in message to the Russian people.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    90599da View commit details
    Browse the repository at this point in the history