forked from aweber/AWeber-API-PHP-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 825 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": "aweber/aweber",
"description": "The official AWeber API client library.",
"homepage": "https://www.aweber.com",
"license": "GPL-2.0",
"keywords": [
"email",
"api",
"client"
],
"support": {
"email": "[email protected]",
"source": "https://github.com/aweber/AWeber-API-PHP-Library",
"issues": "https://github.com/aweber/AWeber-API-PHP-Library"
},
"autoload": {
"classmap": [
"aweber_api/"
]
},
"require-dev": {
"phpdocumentor/phpdocumentor": "^2.9",
"pdepend/pdepend": "^2.2",
"phpmd/phpmd": "^2.4",
"bamboohr/phpcs": "^0.1.4",
"sebastian/phpcpd": "^2.0",
"phploc/phploc": "^3.0",
"squizlabs/php_codesniffer": "^2.7",
"php-di/phpdoc-reader": "^2.0",
"mayflower/php-codebrowser": "^1.1",
"phpunit/phpunit": "^5.6"
}
}