-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
41 lines (41 loc) · 921 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
{
"name": "vonage/client",
"description": "PHP Client for using Vonage's API.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "James Seconde",
"email": "[email protected]",
"role": "PHP Developer Advocate"
},
{
"name": "Tim Lytle",
"role": "Developer",
"homepage": "https://twitter.com/tjlytle"
},
{
"name": "Michael Heap",
"role": "Developer",
"homepage": "https://www.twitter.com/mheap"
},
{
"name": "Lorna Mitchell",
"role": "Developer",
"homepage": "https://lornajane.net/"
},
{
"name": "Chris Tankersley",
"role": "Developer",
"homepage": "https://twitter.com/dragonmantank"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": "~8.1 || ~8.2 || ~8.3",
"guzzlehttp/guzzle": "^7.0",
"vonage/client-core": "^4.0"
}
}