Skip to content

Commit 64b7a9d

Browse files
committed
minor #8295 Correct psr/log package name (shadowhand)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8295). Discussion ---------- Correct psr/log package name Commits ------- 57de542 Correct psr/log package name
2 parents 861e72b + 57de542 commit 64b7a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/logger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Console component comes with a standalone logger complying with the
99
be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
1010
instance passed as a parameter to the constructor.
1111

12-
The logger does not have any external dependency except ``php-fig/log``.
12+
The logger does not have any external dependency except ``psr/log``.
1313
This is useful for console applications and commands needing a lightweight
1414
PSR-3 compliant logger::
1515

0 commit comments

Comments
 (0)