forked from zakima/phpagi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 955 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
43
44
45
46
{
"name": "mdc/phpagi",
"type": "library",
"version": "1.0.1",
"description": "PHPAGI is a PHP class for the Asterisk Gateway Interface. The package is available for use and distribution under the terms of the GNU Public License.",
"keywords": [
"asterisk",
"agi",
"client",
"call",
"flow",
"ivr",
"telephony",
"voip"
],
"homepage": "http://phpagi.sourceforge.net/",
"license": "LGPL-2.0-or-later",
"authors": [
{
"name": "Florian Overkamp",
"email": "[email protected]",
"homepage": "http://phpagi.sourceforge.net/",
"role": "Developer"
},
{
"name": "David Eder",
"email": "[email protected]",
"homepage": "http://phpagi.sourceforge.net/",
"role": "Developer"
},
{
"name": "Marco De Carli",
"email": "[email protected]",
"homepage": "https://github.com/zakima/",
"role": "Developer"
}
],
"require": {
"php": ">=7.2"
},
"autoload": {
"psr-4": {
"mdc\\phpagi\\": "./"
}
}
}