1
0
Fork 0

Dummy commit

pull/66/head
Jordi Boggiano 2011-10-28 01:02:54 +02:00
parent 18e8da6a5e
commit 6f54cb8d56
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class DefaultPolicy implements PolicyInterface
{
public function allowUninstall()
{
return false;
return true;
}
public function allowDowngrade()

View File

@ -1021,6 +1021,8 @@ class Solver
$this->packageToFeatureRule[$package->getId()] = $rule;
$this->packageToUpdateRule[$package->getId()] = $rule;
} else {
throw new \Exception('WTF package is not in packageToUpdateRule so it fails later in createTransaction (line 1093)');
}
}