Jordi Boggiano 13 жил өмнө
parent
commit
7a32da2348

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

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