1
0
Fork 0

Add missing setDistReference on alias package, fixes #3017

pull/2353/merge
Jordi Boggiano 2014-05-27 14:11:20 +02:00
parent 534bd64cd1
commit c96430244c
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ class AliasPackage extends BasePackage implements CompletePackageInterface
{
return $this->aliasOf->getDistReference();
}
public function setDistReference($reference)
{
return $this->aliasOf->setDistReference($reference);
}
public function getDistSha1Checksum()
{
return $this->aliasOf->getDistSha1Checksum();