|
22 | 22 | "zendframework/zend-http": "^2.5.4",
|
23 | 23 | "zendframework/zend-i18n": "^2.6",
|
24 | 24 | "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", |
26 | 27 | "zendframework/zend-permissions-acl": "^2.6",
|
27 | 28 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
28 | 29 | "zendframework/zend-uri": "^2.5",
|
|
31 | 32 | "phpunit/phpunit": "^4.5"
|
32 | 33 | },
|
33 | 34 | "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" |
39 | 40 | },
|
40 | 41 | "minimum-stability": "dev",
|
41 | 42 | "prefer-stable": true,
|
|
0 commit comments