-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
37 lines (37 loc) · 919 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
{
"name": "voximplant/apiclient-php",
"description": "Voximplant PHP API client library. Voximplant is a cloud communications platform for business and developers",
"keywords": [
"voximplant",
"communication",
"messaging",
"chat",
"voice",
"video",
"sms",
"WebRTC",
"call"
],
"license": "Apache-2.0",
"homepage": "https://github.com/voximplant/apiclient-php",
"authors": [
{
"name": "Dmitriy Ivaneychik",
"email": "ivaneychik@voximplant.com"
},
{
"name": "Magomedali Magomedaliev",
"email": "magomedaliev@voximplant.com"
}
],
"require": {
"php": ">= 7.0",
"firebase/php-jwt": "^6.0",
"myclabs/php-enum": "^1.7"
},
"autoload": {
"psr-4": {
"Voximplant\\": "src"
}
}
}