Jordi Boggiano 13 years ago
parent
commit
7a32da2348
1 changed files with 0 additions and 1 deletions
  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(),