diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5ee52..f0abe14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ExpressiveInstaller/Resources/templates/plates/home-page.phtml b/src/ExpressiveInstaller/Resources/templates/plates/home-page.phtml index d6906f2..3d0e9d7 100644 --- a/src/ExpressiveInstaller/Resources/templates/plates/home-page.phtml +++ b/src/ExpressiveInstaller/Resources/templates/plates/home-page.phtml @@ -63,7 +63,7 @@
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers when writing your applications. Expressive supports multiple containers which typehints against - container-interop. + PSR Container.
diff --git a/src/ExpressiveInstaller/Resources/templates/twig/home-page.html.twig b/src/ExpressiveInstaller/Resources/templates/twig/home-page.html.twig index 8587960..9387605 100644 --- a/src/ExpressiveInstaller/Resources/templates/twig/home-page.html.twig +++ b/src/ExpressiveInstaller/Resources/templates/twig/home-page.html.twig @@ -66,7 +66,7 @@
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers when writing your applications. Expressive supports multiple containers which typehints against - container-interop. + PSR Container.
{% if containerName is defined %}diff --git a/src/ExpressiveInstaller/Resources/templates/zend-view/home-page.phtml b/src/ExpressiveInstaller/Resources/templates/zend-view/home-page.phtml index 05ae8ac..dc0f34a 100644 --- a/src/ExpressiveInstaller/Resources/templates/zend-view/home-page.phtml +++ b/src/ExpressiveInstaller/Resources/templates/zend-view/home-page.phtml @@ -63,7 +63,7 @@
Expressive promotes and advocates the usage of Dependency Injection/Inversion of Control containers when writing your applications. Expressive supports multiple containers which typehints against - container-interop. + PSR Container.
containerName)) : ?>