summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-08 19:11:48 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-08 19:11:48 +0200
commit562b02fa2bda8b267fc09a7520e083e1759a4daa (patch)
tree537988f5fed7b5dbea79b8aa48dcc06c0bd16415 /composer.json
parent51588a5d60d4c4c9266682ed98894d4ba70a1244 (diff)
php-zendframework-zend-navigation: 2.7.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 513532e..7a32ad6 100644
--- a/composer.json
+++ b/composer.json
@@ -32,17 +32,21 @@
},
"suggest": {
"zendframework/zend-config": "Zend\\Config component",
- "zendframework/zend-mvc": "Zend\\Mvc component",
- "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
- "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
- "zendframework/zend-view": "Zend\\View component"
+ "zendframework/zend-mvc": "Zend\\Mvc component, to provide dynamic routing capabilities for navigation pages",
+ "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component, to allow restricting access to navigation pages",
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component, to use the navigation factories",
+ "zendframework/zend-view": "Zend\\View component, to use the navigation view helpers"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
- "dev-master": "2.6-dev",
- "dev-develop": "2.7-dev"
+ "dev-master": "2.7-dev",
+ "dev-develop": "2.8-dev"
+ },
+ "zf": {
+ "component": "Zend\\Navigation",
+ "config-provider": "Zend\\Navigation\\ConfigProvider"
}
},
"autoload-dev": {