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:
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
You can’t perform that action at this time.
0 commit comments