forked from mhrabovcin/zuora-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 841 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
{
"name": "kaily6/zuora-rest",
"type": "library",
"description": "A PHP client for integrating with the Zuora API",
"homepage": "https://github.com/mhrabovcin/zuora-rest",
"license": "MIT",
"authors": [
{
"name": "See contributors",
"homepage": "https://github.com/mhrabovcin/zuora-rest/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/mhrabovcin/zuora-rest/issues"
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"pdepend/pdepend": "~1.0",
"phploc/phploc": "~2.0",
"phpmd/phpmd": "~1.0",
"phpunit/phpunit": "~3.0",
"satooshi/php-coveralls": "*",
"sebastian/phpcpd": "~2.0"
},
"autoload": {
"psr-0": {
"Zuora": "src/"
}
}
}