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

Commit 4ceed2c

Browse files
committed
Merge branch 'hotfix/231'
Close #231
2 parents 933baf3 + dbea8ab commit 4ceed2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#231](https://github.com/zendframework/zend-mvc/pull/231) adds a
10+
`composer.json` suggestino for zendframework/zend-paginator.
1011

1112
### Deprecated
1213

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
3838
"zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
3939
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
40+
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4041
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
4142
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application"
4243
},

0 commit comments

Comments
 (0)