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

fix: Do not optimise away packages due to a requirement by a locked package that will be uninstalled #10405

Commits on Dec 29, 2021

  1. fix: Do not optimise away packages due to a requirement by a locked p…

    …ackage that will be uninstalled
    
    Fixes composer#10394
    driskell committed Dec 29, 2021
    Copy the full SHA
    f572c9f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. test: Added additional tests for impossible package pool optimisation…

    …, including scenarios not yet optimised
    driskell committed Dec 30, 2021
    Copy the full SHA
    ae7e8f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Add test checking that a locked replacer with only requires on its re…

    …placed name does filter its dependencies, and fix logic accordingly
    Seldaek committed Dec 31, 2021
    Copy the full SHA
    6540b46 View commit details
    Browse the repository at this point in the history