Commit 5a45fbf3 authored by Fabien Potencier's avatar Fabien Potencier

Merge remote branch 'igorw/pimple-no-tests'

* igorw/pimple-no-tests:
  exclude pimple tests from phar
parents 17c2db80 7ad25b2a
......@@ -47,7 +47,7 @@ class Compiler
->name('*.php')
->notName('Compiler.php')
->in(__DIR__.'/..')
->in(__DIR__.'/../../vendor/pimple')
->in(__DIR__.'/../../vendor/pimple/lib')
->in(__DIR__.'/../../vendor/Symfony/Component/ClassLoader')
->in(__DIR__.'/../../vendor/Symfony/Component/EventDispatcher')
->in(__DIR__.'/../../vendor/Symfony/Component/HttpFoundation')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment