-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcomposer.json
33 lines (33 loc) · 968 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
{
"name": "gorkalaucirica/hipchat-v2-api-client",
"description": "Hipchat v2 API client",
"keywords": ["hipchat","api","library","client","v2"],
"homepage": "https://github.com/gorkalaucirica/HipchatAPIv2Client",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Gorka Laucirica",
"email": "[email protected]",
"homepage": "http://gorkalaucirica.net/"
}
],
"require": {
"php": ">=5.3.3",
"kriswallsmith/buzz": "0.10"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"henrikbjorn/phpspec-code-coverage" : "1.0.*@dev"
},
"target-dir": "GorkaLaucirica/HipchatAPIv2Client",
"autoload": {
"psr-0": { "GorkaLaucirica\\HipchatAPIv2Client": "" }
},
"autoload-dev": {
"psr-0": { "GorkaLaucirica\\HipchatAPIv2Client\\spec\\": "spec/" }
},
"config": {
"bin-dir": "bin"
}
}