Jordi Boggiano 13 年之前
父節點
當前提交
7a32da2348
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Packagist/WebBundle/Entity/Package.php

+ 0 - 1
src/Packagist/WebBundle/Entity/Package.php

@@ -106,7 +106,6 @@ class Package
         $data = array(
             'name' => $this->getName(),
             'description' => $this->getDescription(),
-            'dist-tags' => array(),
             'maintainers' => $maintainers,
             'versions' => $versions,
             'type' => $this->getType(),