forked from chan-sccp/PAMI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.6 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
{
"name": "chan-sccp/pami",
"type": "library",
"description": "Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented (Fork)",
"keywords": ["asterisk","ami","client","telephony","voip","event","action","manager","monitor", "chan-sccp"],
"homepage": "http://github.com/chan-sccp/PAMI",
"license": "Apache-2.0",
"authors": [
{
"name": "Diederik de Groot",
"email": "[email protected]",
"homepage": "http://github.com/chan-sccp/",
"role": "Developer"
},
{
"name": "Marcelo Gornstein",
"email": "[email protected]",
"homepage": "http://marcelog.github.com/",
"role": "OriginalDeveloper"
}
],
"support": {
"issues": "https://github.com/chan-sccp/PAMI/issues",
"wiki": "https://github.com/chan-sccp/PAMI/wiki",
"source": "https://github.com/chan-sccp/PAMI",
"docs": "https://chan-sccp.github.io/PAMI"
},
"autoload": {
"psr-4": {
"PAMI\\": "src/PAMI"
}
},
"require": {
"php": ">=5.6.0",
"psr/log": ">= 1.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=7.0.0",
"php-coveralls/php-coveralls": ">=1.0.2",
"sebastian/phpcpd": "*",
"phing/phing": "*",
"marcelog/pagi": "*",
"phpmd/phpmd": ">=2.5.0",
"squizlabs/php_codesniffer": ">=3.4.0",
"phploc/phploc": "*",
"evert/phpdoc-md" : "~0.2.0",
"theseer/phpdox": ">=0.7.0"
},
"replace": {
"dkgroot/pami": ">=2.0.1"
}
}