1
0
Fork 0

Merge pull request #523 from stof/patch-1

Removed the Symfony2 tests from the phar archive
pull/528/head
Jordi Boggiano 2012-04-02 00:05:51 -07:00
commit 245a7ca845
1 changed files with 1 additions and 0 deletions

View File

@ -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/')