forked from ringcentral/ringcentral-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·42 lines (42 loc) · 885 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
38
39
40
41
42
{
"name": "ringcentral/ringcentral-php",
"type": "library",
"description": "RingCentral Connect Platform PHP SDK",
"keywords": [
"php",
"sdk",
"ringcentral",
"connect",
"platform",
"api"
],
"homepage": "http://developers.ringcentral.com",
"license": "MIT",
"authors": [
{
"name": "Kirill Konshin",
"email": "kirill.konshin@ringcentral.com"
},
{
"name": "RingCentral, Inc.",
"email": "devsupport@ringcentral.com"
}
],
"require": {
"ext-curl": "*",
"php": ">=5.6.0",
"guzzlehttp/psr7": "^1.4.2",
"pubnub/pubnub": "^4.0.0",
"symfony/event-dispatcher": "^2.7|^3.3.2",
"guzzlehttp/guzzle": "^6.2.3"
},
"require-dev": {
"phpunit/phpunit": "^5.7.20",
"satooshi/php-coveralls": "2.0.x-dev"
},
"autoload": {
"psr-4": {
"RingCentral\\SDK\\": "src/"
}
}
}