|
@@ -112,6 +112,7 @@ class Package
|
|
'maintainers' => $maintainers,
|
|
'maintainers' => $maintainers,
|
|
'versions' => $versions,
|
|
'versions' => $versions,
|
|
'type' => $this->getType(),
|
|
'type' => $this->getType(),
|
|
|
|
+ 'repository' => $this->getRepository()
|
|
);
|
|
);
|
|
return $data;
|
|
return $data;
|
|
}
|
|
}
|