We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b8f74 commit 12ddb32Copy full SHA for 12ddb32
2 files changed
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+## 0.2.2 - 2017-03-22
2
+
3
+### Changed
4
+* Nothing
5
6
+### Added
7
8
9
+### Deprecated
10
11
12
+### Removed
13
14
15
+### Fixed
16
+* missing lazy services configuration
17
18
19
## 0.2.1 - 2017-03-22
20
21
### Changed
config/autoload/dependencies.global.php
@@ -35,5 +35,10 @@
35
Middleware\ErrorResponseGenerator::class => Container\ErrorResponseGeneratorFactory::class,
36
Middleware\NotFoundHandler::class => Container\NotFoundHandlerFactory::class,
37
],
38
39
+ 'lazy_services' => [
40
+ 'proxies_target_dir' => 'data/proxies',
41
+ 'proxies_namespace' => 'DotProxy',
42
+ ]
43
44
];
0 commit comments