-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
39 lines (39 loc) · 1.19 KB
/
composer.json
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
32
33
34
35
36
37
38
39
{
"name" : "zfcampus/zf-apigility-skeleton",
"description" : "Skeleton Application for Apigility",
"require" : {
"php" : ">=5.3.23",
"zendframework/zendframework" : "~2.3",
"zfcampus/zf-apigility" : "~1.0",
"zfcampus/zf-apigility-documentation" : "~1.0",
"zfcampus/zf-development-mode" : "~2.0"
},
"require-dev" : {
"zendframework/zftool" : "dev-master",
"zendframework/zend-developer-tools" : "dev-master",
"zfcampus/zf-apigility-admin" : "~1.0",
"zfcampus/zf-apigility-welcome" : "~1.0",
"zfcampus/zf-deploy" : "~1.0",
"zfr/zfr-cors" : "~1.0",
"zend/zend-studio-development-mode" : "~1.0"
},
"support" : {
"email" : "apigility-users@zend.com",
"irc" : "irc://irc.freenode.net/apigility",
"source" : "https://github.com/zfcampus/zf-apigility-skeleton",
"issues" : "https://github.com/zfcampus/zf-apigility-skeleton/issues"
},
"keywords" : [ "api", "apigility", "framework", "zf2" ],
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev",
"dev-develop" : "1.1-dev"
}
},
"config" : {
"process-timeout" : 5000
},
"license" : "BSD-3-Clause",
"type" : "library",
"homepage" : "http://apigility.org/"
}