forked from spiffyjr/spiffy-navigation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (29 loc) · 704 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (29 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "spiffy/spiffy-navigation",
"description": "Zend Framework 2 Module that aims to replace Zend\\Navigation",
"type": "library",
"keywords": [
"module",
"zf2"
],
"homepage": "http://www.github.com/spiffyjr/spiffy-navigation/",
"authors": [
{
"name": "Kyle Spraggs",
"email": "[email protected]",
"homepage": "http://www.spiffyjr.me/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"SpiffyNavigation\\": "src/"
}
}
}