Преглед изворни кода

Merge pull request #523 from stof/patch-1

Removed the Symfony2 tests from the phar archive
Jordi Boggiano пре 13 година
родитељ
комит
245a7ca845
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/Composer/Compiler.php

+ 1 - 0
src/Composer/Compiler.php

@@ -71,6 +71,7 @@ class Compiler
         $finder->files()
             ->ignoreVCS(true)
             ->name('*.php')
+            ->exclude('Tests')
             ->in(__DIR__.'/../../vendor/symfony/')
             ->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
             ->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')