Browse Source

Serve normalized version of packages to make loading faster

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