Browse Source

compile phar with semver included

Rob Bast 9 years ago
parent
commit
0adcab7a19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Compiler.php

+ 1 - 0
src/Composer/Compiler.php

@@ -119,6 +119,7 @@ class Compiler
             ->in(__DIR__.'/../../vendor/seld/cli-prompt/')
             ->in(__DIR__.'/../../vendor/justinrainbow/json-schema/')
             ->in(__DIR__.'/../../vendor/composer/spdx-licenses/')
+            ->in(__DIR__.'/../../vendor/composer/semver/')
             ->sort($finderSort)
         ;