Allow downgrades and uninstalls in the default policy

main
Nils Adermann 13 years ago
parent d3aa8336dc
commit 2056c4c732

@ -23,12 +23,12 @@ class DefaultPolicy implements PolicyInterface
{
public function allowUninstall()
{
return false;
return true;
}
public function allowDowngrade()
{
return false;
return true;
}
public function versionCompare(PackageInterface $a, PackageInterface $b, $operator)

Loading…
Cancel
Save