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

Commit f64d3d4

Browse files
committed
Merge branch 'feature/33' into develop
Close #36 Close #33
2 parents d7d40af + 5c0f51c commit f64d3d4

File tree

9 files changed

+345
-576
lines changed

9 files changed

+345
-576
lines changed

CHANGELOG.md

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

77
### Added
88

9-
- Nothing.
9+
- [#33](https://github.com/zendframework/zend-navigation/pull/33) adds support
10+
for zend-mvc v3.0. Specifically, the `Mvc` page type now allows usage of
11+
either `Zend\Mvc\Router` or `Zend\Router` for URI generation.
1012

1113
### Deprecated
1214

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"zendframework/zend-http": "^2.5.4",
2323
"zendframework/zend-i18n": "^2.6",
2424
"zendframework/zend-log": "^2.7.1",
25-
"zendframework/zend-mvc": "^2.7",
25+
"zendframework/zend-mvc": "^2.7.9 || ^3.0",
26+
"zendframework/zend-router": "^3.0",
2627
"zendframework/zend-permissions-acl": "^2.6",
2728
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2829
"zendframework/zend-uri": "^2.5",
@@ -31,11 +32,11 @@
3132
"phpunit/phpunit": "^4.5"
3233
},
3334
"suggest": {
34-
"zendframework/zend-config": "Zend\\Config component",
35-
"zendframework/zend-mvc": "Zend\\Mvc component, to provide dynamic routing capabilities for navigation pages",
36-
"zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component, to allow restricting access to navigation pages",
37-
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, to use the navigation factories",
38-
"zendframework/zend-view": "Zend\\View component, to use the navigation view helpers"
35+
"zendframework/zend-config": "^2.6, to provide page configuration (optional, as arrays and Traversables are also allowed)",
36+
"zendframework/zend-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
37+
"zendframework/zend-router": "^3.0, to use router-based URI generation with Mvc pages",
38+
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
39+
"zendframework/zend-view": "^2.6.5, to use the navigation view helpers"
3940
},
4041
"minimum-stability": "dev",
4142
"prefer-stable": true,

0 commit comments

Comments
 (0)