forked from plivo/plivo-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 897 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
{
"name": "plivo/php-sdk",
"description": "A PHP SDK to make voice calls & send SMS using Plivo and to generate Plivo XML",
"keywords": ["plivo", "plivo xml", "voice calls", "sms", "api"],
"homepage": "http://github.com/plivo/plivo-php",
"license": "MIT",
"authors": [
{
"name": "Plivo SDKs Team",
"email": "[email protected]",
"homepage": "https://developers.plivo.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/plivo/plivo-php/issues",
"source": "https://github.com/plivo/plivo-php"
},
"require": {
"guzzlehttp/guzzle": "^6.0"
},
"autoload": {
"classmap": ["src/", "tests/"],
"exclude-from-classmap": []
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"justinrainbow/json-schema": "^5.2"
}
}