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

Commit b4ad11e

Browse files
committed
Merge branch 'feature/#120-provide-composer-container-interop-implementation' into develop
Close #120
2 parents 5f3bb42 + 66ffc8f commit b4ad11e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ All notable changes to this project will be documented in this file, in reverse
1111
`zendframework/zend-servicemanager`.
1212
- [#103](https://github.com/zendframework/zend-servicemanager/pull/103) Disallowing
1313
test failures when running tests against PHP `7.0.*`.
14-
- [#103](https://github.com/zendframework/zend-servicemanager/pull/103) Improved performance
14+
- [#113](https://github.com/zendframework/zend-servicemanager/pull/113) Improved performance
1515
when dealing with registering aliases and factories via `ServiceManager#setFactory()` and
1616
`ServiceManager#setAlias()`
17+
- [#120](https://github.com/zendframework/zend-servicemanager/pull/120) The
18+
`zendframework/zend-servicemanager` component now provides a
19+
`container-interop/container-interop-implementation` implementation
1720

1821
### Deprecated
1922

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"ZendTest\\ServiceManager\\": "test/",
4141
"ZendBench\\ServiceManager\\": "benchmarks/"
4242
}
43+
},
44+
"provide": {
45+
"container-interop/container-interop-implementation": "^1.1"
4346
}
4447
}

0 commit comments

Comments
 (0)