Commit 1f90112b authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/composer-cleanup (PR #341)

Commits
-------

9e27912d Remove references to ClassLoader

Discussion
----------

Remove references to ClassLoader
parents fb6fd073 9e27912d
......@@ -69,8 +69,6 @@ Symfony2
Following Symfony2 components are used by Silex:
* **ClassLoader**: For autoloading classes.
* **HttpFoundation**: For ``Request`` and ``Response``.
* **HttpKernel**: Because we need a heart.
......
......@@ -56,7 +56,6 @@ class Compiler
->exclude('Tests')
->in(__DIR__.'/..')
->in(__DIR__.'/../../vendor/pimple/pimple/lib')
->in(__DIR__.'/../../vendor/symfony/class-loader/Symfony/Component/ClassLoader')
->in(__DIR__.'/../../vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher')
->in(__DIR__.'/../../vendor/symfony/http-foundation/Symfony/Component/HttpFoundation')
->in(__DIR__.'/../../vendor/symfony/http-kernel/Symfony/Component/HttpKernel')
......
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