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

Commit

Permalink
Merge branch 'hotfix/63'
Browse files Browse the repository at this point in the history
Close #63
  • Loading branch information
weierophinney committed Jan 14, 2019
2 parents 7b79ac4 + e923f28 commit 5f3a219
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -14,15 +14,15 @@ Install this library using composer:
$ composer require zendframework/zend-expressive-zendviewrenderer
```

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

- [zend-servicemanager](https://github.com/zendframework/zend-servicemanager):
`composer require zendframework/zend-servicemanager`
- [pimple-interop](https://github.com/moufmouf/pimple-interop):
`composer require mouf/pimple-interop`
- [Aura.Di](https://github.com/auraphp/Aura.Di)
- [Pimple](https://github.com/silexphp/Pimple):
`composer require zendframework/zend-pimple-config`
- [Aura.Di](https://github.com/auraphp/Aura.Di):
`composer require zendframework/zend-auradi-config`

## View Helpers

Expand Down

0 comments on commit 5f3a219

Please sign in to comment.