From 1f9f91cfea32e946bf7cd6add08c699b2141e480 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Fri, 22 Sep 2023 10:49:08 +0300 Subject: [PATCH] Changed psr/logger to psr/log (#11652) --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 956250539..6bd169cf9 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -450,7 +450,7 @@ that exact version, and not any other version, which would be incorrect. Map of packages that are provided by this package. This is mostly useful for implementations of common interfaces. A package could depend on -some virtual package e.g. `psr/logger-implementation`, any library that implements +some virtual package e.g. `psr/log-implementation`, any library that implements this logger interface would list it in `provide`. Implementors can then be [found on Packagist.org](https://packagist.org/providers/psr/log-implementation).