Browse Source

Serve normalized version of packages to make loading faster

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
cb8710dc30
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(),