forked from ares333/api-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 787 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 787 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
{
"name" : "phpdr.net/php-doc-management",
"type" : "project",
"description" : "A powerful api document management system written in php",
"require" : {
"php" : ">=5.3",
"smarty/smarty" : "3.*",
"zf1/zend-json":"1.*",
"phpdr.net/php-yaf-library" : "1.2.*"
},
"authors" : [ {
"name" : "Ares",
"email" : "[email protected]",
"homepage" : "http://phpdr.net"
}, {
"name" : "Zjmainstay",
"email" : "[email protected]",
"homepage" : "http://www.zjmainstay.cn"
} ],
"keywords" : [ "api-doc-management", "php-doc-management", "php-api-doc-management" ],
"autoload-dev" : {
"psr-4" : {
"Ares333\\YafLib\\" : "../php-yaf-library/src"
}
},
"config" : {
"vendor-dir" : "app/library/vendor"
},
"license" : "Apache-2.0"
}