Browse Source

compile phar with semver included

Rob Bast 9 năm trước cách đây
mục cha
commit
0adcab7a19
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
         ;