Historique des commits

Auteur SHA1 Message Date
  Jordi Boggiano 2f4ea3a463 Fix show command, refactor RepositorySet constructor il y a 5 ans
  Jordi Boggiano dd556f989b Use LockArrayRepository instead of RepositoryInterface to clearly indicate which type of repo it is in some places il y a 5 ans
  Jordi Boggiano f68731e663 Remove package/repo priority concept as it is enforced by the pool builder now il y a 5 ans
  Nils Adermann 26da52227e Clean up the Solver tests, no more installed repo input and new sorting il y a 5 ans
  Nils Adermann 10ada7bf82 Refactor Installer class into separate install and update processes il y a 6 ans
  Jordi Boggiano 2e0f31106a Merge remote-tracking branch 'origin/master' into 2.0 il y a 6 ans
  Gabriel Caruso 2a13bb2649 Fixes from PHPStan (#7687) il y a 6 ans
  Nils Adermann c0f19f6c57 Move construction of pool from repo set into a pool builder il y a 6 ans
  Nils Adermann b6e2d60c9e Create the pool in the installer before giving it to the solver il y a 6 ans
  Nils Adermann 1228bcdffc Internalize pool creation in repository set, store root aliases in set il y a 6 ans
  Rob Bast 9cbcda9ae6 add test that asserts pool priority matters il y a 8 ans
  Rob Bast a1427d7fd6 replace all occurences in code and comments il y a 9 ans
  isoroku e0657b60a2 Fix misspellings il y a 9 ans
  Nicolas Grekas 4a0feb0189 add --prefer-lowest-stable to update command il y a 10 ans
  Jordi Boggiano 38917c2047 Add parallel build to travis script il y a 11 ans
  Jordi Boggiano e848c76cbc Only compare branches as versions in the policy to sort packages, but not in the solver, fixes #1817 il y a 11 ans
  Jordi Boggiano b41fd35c2b Remove unused use statement il y a 11 ans
  Jordi Boggiano 0700cd9186 Adjust according to feedback il y a 11 ans
  Jordi Boggiano db4055b778 Put a higher prio on replacers of the same vendor as the required package il y a 11 ans
  Jordi Boggiano b0297ef67a Add prefer-stable flag to pick stable package over unstable ones when possible il y a 11 ans
  Jordi Boggiano e6f7150196 Change default minimum-stability to "stable", fixes #744 il y a 12 ans
  Nils Adermann 451bab1c2c Get rid of Literal object / literal id mix, use literals only to save memory il y a 12 ans
  Jordi Boggiano 06fb1b8083 Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576 il y a 12 ans
  Martin Hasoň 2b08df5192 Changed repository priority in the pool il y a 13 ans
  Jordi Boggiano 8e6f8ae57e Add prettyVersion to packages, fixes #76 il y a 13 ans
  Nils Adermann 4140f08d9c Use a map of installed package ids in the solver il y a 13 ans
  Nils Adermann e16c3f0626 Remove useless test, packages providing different versions aren't alternatives il y a 13 ans
  Nils Adermann 571c14adf9 Prefer original packages over replaced packages of same repository priority il y a 13 ans
  Nils Adermann 1b6f57e651 Correctly implement priorities and version numbers in the default policy il y a 13 ans
  Nils Adermann 55d5e55195 DefaultPolicy test: pick package providing newest virtual package version il y a 13 ans