You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What:
Standardizes the README file providing a common language and an implementation link.
Why:
There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md).
4
+
This repository holds all interfaces and utility code related to [PSR-11 (Container interface)][psr-link].
4
5
5
-
Note that this is not a container implementation of its own. See the specification for more details.
6
+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Container.
7
+
8
+
You can see the [specification][psr-link] for more details and find implementations of the specification by looking for packages providing the [psr/container][implementation-link] virtual package.
0 commit comments