Commit 9e27912d authored by Igor Wiedler's avatar Igor Wiedler

Remove references to ClassLoader

parent fb6fd073
......@@ -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