1
0
Fork 0
composer/tests/Composer/Test/DependencyResolver
Nils Adermann 10ada7bf82 Refactor Installer class into separate install and update processes
- Introduce separate Lock and LocalRepo transactions, one for changes
  to the lock file, one for changes to locally installed packages based
  on lock file
- Remove various hacks to keep dev dependencies updated and
  incorporated the functionality into the transaction classes
- Remove installed repo, there are now local repo, locked repo and
  platform repo
- Remove access to local repo from solver, only supply locked packages
- Update can now be run to modify the lock file but not install packages
  to local repo
2019-02-11 01:00:02 +01:00
..
DefaultPolicyTest.php Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00
PoolTest.php Merge remote-tracking branch 'origin/master' into 2.0 2018-11-12 16:01:07 +01:00
RequestTest.php Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00
RuleSetIteratorTest.php Internalize pool creation in repository set, store root aliases in set 2018-09-11 13:34:18 +02:00
RuleSetTest.php Merge remote-tracking branch 'origin/master' into 2.0 2018-11-12 16:01:07 +01:00
RuleTest.php Merge remote-tracking branch 'origin/master' into 2.0 2018-11-12 16:01:07 +01:00
SolverTest.php Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00