From cd203a6f11626b186eca4f59b7dc47b43e4d1dd8 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 6 Nov 2018 10:31:08 +0100 Subject: [PATCH] Remove manual install --- doc/01-usage.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index da7670cc..7767a611 100644 --- a/doc/01-usage.md +++ b/doc/01-usage.md @@ -17,10 +17,6 @@ and as such installable via [Composer](http://getcomposer.org/). composer require monolog/monolog ``` -If you do not use Composer, you can grab the code from GitHub, and use any -PSR-0 compatible autoloader (e.g. the [Symfony ClassLoader component](https://github.com/symfony/ClassLoader)) -to load Monolog classes. - ## Core Concepts Every `Logger` instance has a channel (name) and a stack of handlers. Whenever