Sfoglia il codice sorgente

Merge pull request #523 from stof/patch-1

Removed the Symfony2 tests from the phar archive
Jordi Boggiano 13 anni fa
parent
commit
245a7ca845
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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/')