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

Commit

Permalink
Merge branch 'hotfix/232'
Browse files Browse the repository at this point in the history
Close #232
  • Loading branch information
weierophinney committed Apr 27, 2017
2 parents 4ceed2c + 22a4081 commit 2c64d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file, in reverse
### Added

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

### Deprecated

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

0 comments on commit 2c64d2e

Please sign in to comment.