瀏覽代碼

Serve normalized version of packages to make loading faster

Jordi Boggiano 13 年之前
父節點
當前提交
cb8710dc30
共有 1 個文件被更改,包括 1 次插入0 次删除
  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(),