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

Commit b8129ff

Browse files
committed
Merge branch 'hotfix/232' into develop
Forward port #232
2 parents bbf7e13 + 22a4081 commit b8129ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ All notable changes to this project will be documented in this file, in reverse
2727
### Added
2828

2929
- [#231](https://github.com/zendframework/zend-mvc/pull/231) adds a
30-
`composer.json` suggestino for zendframework/zend-paginator.
30+
`composer.json` suggestion for zendframework/zend-paginator.
31+
- [#232](https://github.com/zendframework/zend-mvc/pull/232) adds a
32+
`composer.json` suggestion for zendframework/zend-log.
3133

3234
### Deprecated
3335

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
"suggest": {
3333
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
34+
"zendframework/zend-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
3435
"zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
3536
"zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
3637
"zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",

0 commit comments

Comments
 (0)