-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 919 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
37
{
"name": "ajdurant/acr-cloud",
"homepage": "https://github.com/AJDurant/acr-cloud-php",
"description": "An ACRCloud API PHP client library",
"keywords": [
"php"
],
"authors": [
{
"name": "AJDurant",
"homepage": "https://github.com/AJDurant",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/AJDurant/acr-cloud-php/issues",
"source": "https://github.com/AJDurant/acr-cloud-php"
},
"autoload": {
"psr-4": {
"AJDurant\\ACRCloud\\": "src/"
}
},
"license": "ISC",
"type": "library",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"lib-curl": "*"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": ">=4.8",
"sebastian/phpcpd": "2.*",
"ext-xdebug": "*"
}
}