docs(devel): Add note about updated PSR-11 dependency

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2023-03-16 13:46:23 +01:00
parent 4a25e81fc6
commit ed2cd174c4

View File

@@ -45,6 +45,11 @@ PSR-11: Container Interface
The dependency injection container follows the `PSR-11`_ container interface, so you may type-hint ``\Psr\Container\ContainerInterface`` whenever you want an instance of a container and use ``has($id)`` to check for existence and ``get($id)`` to retrieve an instance of a service. See the :ref:`dependency injection docs <dependency-injection>` for details.
.. versionchanged:: 22
Nextcloud ships version 1.1.1
.. versionchanged:: 27
Nextcloud ships version 2.0.2
.. _psr20:
PSR-20: Clock