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.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
Container interface
2
2
==============
3
3
4
-
This repository holds all interfaces and utility code related to [PSR-11 (Container interface)][psr-link].
4
+
This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
5
5
6
-
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Container.
6
+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
7
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.
8
+
You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
0 commit comments