Sfoglia il codice sorgente

Serve normalized version of packages to make loading faster

Jordi Boggiano 13 anni fa
parent
commit
cb8710dc30
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Packagist/WebBundle/Entity/Version.php

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

@@ -212,6 +212,7 @@ class Version
             'keywords' => $tags,
             'homepage' => $this->getHomepage(),
             'version' => $this->getVersion(),
+            'version_normalized' => $this->getNormalizedVersion(),
             'license' => $this->getLicense(),
             'authors' => $authors,
             'source' => $this->getSource(),