-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.41 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
40
{
"name" : "ctu-fee/udb-backend",
"description" : "UDB Backend - RESTful service for the user database",
"type" : "library",
"config" : {
"process-timeout" : 5000
},
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
},
"require" : {
"php" : ">=5.3.23",
"bshaffer/oauth2-server-php" : "dev-develop",
"rwoverdijk/assetmanager" : "~1.3",
"zendframework/zendframework" : "~2.3",
"zfcampus/zf-apigility" : "~1.0-dev",
"zfcampus/zf-apigility-provider" : "~1.0-dev",
"zfcampus/zf-apigility-documentation" : "~1.0-dev",
"zfcampus/zf-api-problem" : "~1.0-dev",
"zfcampus/zf-content-negotiation" : "~1.0-dev",
"zfcampus/zf-content-validation" : "~1.0-dev",
"zfcampus/zf-development-mode" : "~2.0",
"zfcampus/zf-hal" : "~1.0-dev",
"zfcampus/zf-mvc-auth" : "~1.0-dev",
"zfcampus/zf-oauth2" : "~1.0-dev",
"zfcampus/zf-rest" : "~1.0-dev",
"zfcampus/zf-rpc" : "~1.0-dev",
"zfcampus/zf-versioning" : "~1.0-dev"
},
"require-dev" : {
"zendframework/zftool" : "dev-master",
"zendframework/zend-developer-tools" : "dev-master",
"zfcampus/zf-apigility-admin" : "~1.0-dev",
"zfcampus/zf-configuration" : "~1.0-dev",
"zfcampus/zf-apigility-welcome" : "~1.0-dev",
"phpunit/phpunit" : "~4.0"
}
}