Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/32' into develop
Browse files Browse the repository at this point in the history
Close #32
  • Loading branch information
tux-rampage committed Jan 19, 2018
2 parents b2ad7b6 + f1abb7e commit 4742f0b
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 51 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- [#32](https://github.com/zendframework/zend-di/pull/32) adds the implementation of
`Psr\Log\LoggerAwareInterface` to `Zend\Di\CodeGenerator\InjectorGenerator`

- [#31](https://github.com/zendframework/zend-di/pull/31) adds the service
factory `Zend\Di\Container\GeneratorFactory` for creating a
`Zend\Di\CodeGenerator\InjectorGenerator` instance with zend-servicemanager.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"require": {
"php": "^7.1",
"psr/container": "^1.0",
"psr/log": "^1.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 4742f0b

Please sign in to comment.