-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
46 lines (46 loc) · 1.01 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "ringcentral-recordings-downloader",
"type": "library",
"description": "RingCentral Connect Platform Call Log Downloader",
"keywords": [
"php",
"sdk",
"ringcentral",
"connect",
"platform",
"api"
],
"homepage": "http://developers.ringcentral.com",
"license": "MIT",
"authors": [
{
"name": "Anil Kumar",
"email": "anil.kumar@ringcentral.com"
},
{
"name": "RingCentral, Inc.",
"email": "devsupport@ringcentral.com"
}
],
"require": {
"ext-curl": "*",
"php": ">=5.3.29",
"ringcentral/psr7": "^1.2.0",
"pubnub/pubnub": "~3.7",
"symfony/event-dispatcher": "^2.7",
"ringcentral/ringcentral-php": "^1.1",
"aws/aws-sdk-php": "2.*",
"dropbox/dropbox-sdk": "1.1.*",
"vlucas/phpdotenv": "^2.2",
"josegonzalez/dotenv": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"RingCentral\\SDK\\": "src/"
}
}
}