Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 3adaf58

Browse files
michaelmoussamichalbundyra
authored andcommitted
Update docs for container-interop -> PSR-11 change
Removed the PSR-11 book page since it no longer applies, but I imagine there will be some migration docs to take their place before this is would be released.
1 parent 779d532 commit 3adaf58

File tree

4 files changed

+2
-61
lines changed

4 files changed

+2
-61
lines changed

docs/book/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ $container->mapLazyService('MyClass');
251251
## ServiceLocatorInterface Changes
252252

253253
The `ServiceLocatorInterface` now extends the
254-
[container-interop](https://github.com/container-interop/container-interop)
254+
[Psr\Container\ContainerInterface](https://github.com/php-fig/container)
255255
interface `ContainerInterface`, which defines the same `get()` and `has()`
256256
methods as were previously defined.
257257

docs/book/psr-11.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Service Manager is a modern, fast, and easy-to-use implementation of the
44
[Service Locator design pattern](https://en.wikipedia.org/wiki/Service_locator_pattern).
55
The implementation implements the
6-
[Container Interop](https://github.com/container-interop/container-interop)
6+
[Psr\Container\ContainerInterface](https://github.com/psr/container)
77
interfaces, providing interoperability with other implementations.
88

99
The following is a "quick start" tutorial intended to get you up and running

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pages:
44
- index.md
55
- 'Quick Start': quick-start.md
66
- Reference:
7-
- 'PSR-11 Support': psr-11.md
87
- 'Configuring the service manager': configuring-the-service-manager.md
98
- Delegators: delegators.md
109
- 'Lazy services': lazy-services.md

0 commit comments

Comments
 (0)