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/242' into develop
Browse files Browse the repository at this point in the history
Forward port #242
  • Loading branch information
weierophinney committed Mar 19, 2018
2 parents aaf9e07 + 53aaa36 commit 5bf4169
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#242](https://github.com/zendframework/zend-expressive-skeleton/pull/242)
updates the "container" links within the shipped home page templates to
reference PSR-11 instead of container-interop.

## 3.0.0 - 2018-03-15

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<p>
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers
when writing your applications. Expressive supports multiple containers which typehints against
<a href="https://github.com/container-interop/container-interop" target="_blank">container-interop</a>.
<a href="https://github.com/php-fig/container" target="_blank">PSR Container</a>.
</p>
<?php if (isset($containerName)) : ?>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<p>
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers
when writing your applications. Expressive supports multiple containers which typehints against
<a href="https://github.com/container-interop/container-interop" target="_blank">container-interop</a>.
<a href="https://github.com/php-fig/container" target="_blank">PSR Container</a>.
</p>
{% if containerName is defined %}
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<p>
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers
when writing your applications. Expressive supports multiple containers which typehints against
<a href="https://github.com/container-interop/container-interop" target="_blank">container-interop</a>.
<a href="https://github.com/php-fig/container" target="_blank">PSR Container</a>.
</p>
<?php if (isset($this->containerName)) : ?>
<p>
Expand Down

0 comments on commit 5bf4169

Please sign in to comment.