From d3d5c15e6fb0ee6ae9119ebdc73d3fb0e4f7e7d1 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 2 Apr 2012 09:32:24 +0300 Subject: [PATCH] Removed the Symfony2 tests from the phar archive Components' tests are now distributed with the code, making the archive far bigger if we don't exclude them. --- src/Composer/Compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Compiler.php b/src/Composer/Compiler.php index 0d6d5937b..3271b66e9 100644 --- a/src/Composer/Compiler.php +++ b/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/')