-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 941 Bytes
/
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
{
"name": "cinchapi/concourse-driver-php",
"description": "Official PHP driver for Concourse",
"version": "0.5.0",
"type": "library",
"keywords": ["concourse", "nosql", "bigdata"],
"homepage": "http://concoursedb.com",
"license": "Apache-2.0",
"authors":[
{
"name": "Jeff Nelson",
"email": "oss@cinchapi.com",
"homepage": "http://cinchapi.com",
"role": "Developer"
}
],
"support": {
"email": "support@cinchapi.com",
"issues": "http://issues.cinchapi.org",
"source": "https://github.com/cinchapi/concourse"
},
"require": {
"php": ">= 5.4.0",
"apache/thrift": "0.9.2"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
"apigen/apigen": "4.1.1",
"jaz303/phake": "0.6.0"
},
"autoload": {
"files": [
"src/autoload.php"
]
}
}