Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 96957bd

Browse files
committed
Added CHANGELOG for #180
1 parent 5a61b44 commit 96957bd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#180](https://github.com/zendframework/zend-servicemanager/pull/180) adds
10+
explicit support for PSR-11 (ContainerInterface) by requiring
11+
container-interop at a minimum version of 1.2.0, and adding a requirement on
12+
psr/container 1.0. `Zend\ServiceManager\ServiceLocatorInterface` now
13+
explicitly extends the `ContainerInterface` from both projects.
14+
15+
Factory interfaces still typehint against the container-interop variant, as
16+
changing the typehint would break backwards compatibility. Users can
17+
duck-type most of these interfaces, however, by creating callables or
18+
invokables that typehint against psr/container instead.
1019

1120
### Deprecated
1221

0 commit comments

Comments
 (0)