1
0
Fork 0
composer/src/Composer/DependencyResolver
Volker Dusch eafe13d5a5 Create an impossible rule when trying to install something that doesn't exist.
The rule isn't acted upon yet (hence the incomplete test) but it is there as a reminder that this case needs to be handled.
2012-02-19 14:55:14 +01:00
..
Operation Adjust operation output, fixes #166 2011-12-21 15:57:39 +01:00
DefaultPolicy.php Remove the allowUninstall policy option and clean up the only usage 2012-02-18 18:31:19 +01:00
Literal.php Correctly declare all literal properties 2011-11-21 16:14:16 +01:00
PolicyInterface.php Remove the allowUninstall policy option and clean up the only usage 2012-02-18 18:31:19 +01:00
Pool.php Use a map of installed package ids in the solver 2011-11-19 00:27:35 +01:00
Request.php Fix Exception in Request 2011-10-30 23:53:44 +01:00
Rule.php Made fixes after review. 2012-01-24 18:48:42 +01:00
RuleSet.php Now that no more update rules are created the code that handles them can be removed too. 2012-02-18 19:19:49 +01:00
RuleSetIterator.php Fix for composer. When running update/install command it's just do nothing, except writing "Installing dependencies" 2012-01-08 23:24:58 +02:00
Solver.php Create an impossible rule when trying to install something that doesn't exist. 2012-02-19 14:55:14 +01:00
SolverProblemsException.php Add SolverProblemsException and test basic solver failures 2012-02-19 00:15:23 +01:00