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

Ensure extra.zf configuration is renamed to extra.laminas #58

Merged
merged 4 commits into from
Jan 5, 2021

Commits on Jan 5, 2021

  1. qa: adds failing test detailing expected behavior when rewriting extr…

    …a.zf composer configuration
    
    It should be rewritten to extra.laminas.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2f7f887 View commit details
    Browse the repository at this point in the history
  2. fix: ensure extra.zf gets rewritten to extra.laminas

    Adds a SpecialCase implementation for detecting extra.zf configuration in `composer.json` files, and rewriting to `extra.laminas`.
    Additionally, it will merge content with an existing `extra.laminas` entry if it already exists.
    
    Fixes laminas#56
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d7b1db5 View commit details
    Browse the repository at this point in the history
  3. qa: force usage of Composer v1 series

    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    bc4d244 View commit details
    Browse the repository at this point in the history
  4. qa: cs fix, eliminate extra newline

    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    fd68291 View commit details
    Browse the repository at this point in the history