-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.json
54 lines (54 loc) · 1.07 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
47
48
49
50
51
52
53
54
{
"name": "signalwire-community/signalwire",
"description": "Client library for connecting to SignalWire.",
"type": "library",
"keywords": [
"voip",
"sms",
"mms",
"voice",
"voicemail",
"video",
"fax",
"api",
"ivr",
"iot",
"freeswitch",
"signalwire",
"relay",
"laml"
],
"homepage": "https://github.com/signalwire-community/signalwire-php",
"license": "MIT",
"autoload": {
"psr-4": {
"SignalWire\\": "src/"
},
"files": [ "src/functions.php", "src/Version.php" ]
},
"authors": [
{
"name": "SignalWire Team",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/danieleds/php-vcr"
}
],
"require": {
"php": ">=8.0",
"twilio/sdk": "6.33.0",
"ratchet/pawl": "^0.4.1",
"monolog/monolog": "^1.24 || ^2.0",
"ramsey/uuid": "^3.8 || ^4.0",
"recoil/react": "1.0.3",
"guzzlehttp/guzzle": ">=6.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
"php-vcr/php-vcr": "dev-master"
}
}