fix(developer): Add note about PSR logger version and DI

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-09-19 14:22:27 +02:00
parent e90f78c06f
commit 3e7ea30d74
2 changed files with 3 additions and 0 deletions

View File

@@ -398,6 +398,7 @@ Types:
* ``\OCP\IUserManager``
* ``\OCP\IUserSession``
* ``\Psr\Container\ContainerInterface``
* ``\Psr\Log\LoggerInterface``
How to enable it
^^^^^^^^^^^^^^^^

View File

@@ -28,6 +28,8 @@ The dependency injection container can inject an instance of a ``\Psr\Log\Logger
Nextcloud ships version 1.1.3
.. versionchanged:: 23
Nextcloud ships version 1.1.4
.. versionchanged:: 30
Nextcloud ships version 2.0.0
.. _psr4: