We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001eaf5 commit 316babeCopy full SHA for 316babe
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.1 - 2019-03-25
4
+
5
+### Fixed
6
7
+- Zend config adding unwanted aliases to the Service Manager.
8
9
## 1.1.0 - 2019-02-24
10
11
### Added
config/dependencies.php
@@ -20,8 +20,8 @@
20
MapperManagerInterface::class => MapperManagerFactory::class,
21
],
22
'invokables' => [
23
- Adapter\DynamicMapperAdapter::class,
24
- Adapter\StaticMapperAdapter::class,
+ Adapter\DynamicMapperAdapter::class => Adapter\DynamicMapperAdapter::class,
+ Adapter\StaticMapperAdapter::class => Adapter\StaticMapperAdapter::class,
25
26
27
];
0 commit comments