This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Install this library using composer:
14
14
$ composer require zendframework/zend-expressive-zendviewrenderer
15
15
```
16
16
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:
20
19
21
20
- [ zend-servicemanager] ( https://github.com/zendframework/zend-servicemanager ) :
22
21
` 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 `
26
26
27
27
## View Helpers
28
28
You can’t perform that action at this time.
0 commit comments