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

Commit 5f3a219

Browse files
committed
Merge branch 'hotfix/63'
Close #63
2 parents 7b79ac4 + e923f28 commit 5f3a219

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Install this library using composer:
1414
$ composer require zendframework/zend-expressive-zendviewrenderer
1515
```
1616

17-
We recommend using a dependency injection container, and typehint against
18-
[container-interop](https://github.com/container-interop/container-interop). We
19-
can recommend the following implementations:
17+
We recommend using [PSR-11](https://www.php-fig.org/psr/psr-11/) compatible
18+
dependency injection container. We can recommend the following implementations:
2019

2120
- [zend-servicemanager](https://github.com/zendframework/zend-servicemanager):
2221
`composer require zendframework/zend-servicemanager`
23-
- [pimple-interop](https://github.com/moufmouf/pimple-interop):
24-
`composer require mouf/pimple-interop`
25-
- [Aura.Di](https://github.com/auraphp/Aura.Di)
22+
- [Pimple](https://github.com/silexphp/Pimple):
23+
`composer require zendframework/zend-pimple-config`
24+
- [Aura.Di](https://github.com/auraphp/Aura.Di):
25+
`composer require zendframework/zend-auradi-config`
2626

2727
## View Helpers
2828

0 commit comments

Comments
 (0)