From ecba24c357f5474d951fb48686524f50b29577a0 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Thu, 17 Aug 2017 11:02:49 -0500 Subject: [PATCH] Correct psr/log package name --- components/console/logger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/logger.rst b/components/console/logger.rst index 95511d33c3f..0a1386c52ef 100644 --- a/components/console/logger.rst +++ b/components/console/logger.rst @@ -9,7 +9,7 @@ The Console component comes with a standalone logger complying with the be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface` instance passed as a parameter to the constructor. -The logger does not have any external dependency except ``php-fig/log``. +The logger does not have any external dependency except ``psr/log``. This is useful for console applications and commands needing a lightweight PSR-3 compliant logger::