forked from chan-sccp/PAMI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (60 loc) · 1.9 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
55
56
57
58
59
60
{
"name": "marayshi/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","pami","marayshi"],
"homepage": "http://github.com/marayshi/PAMI/",
"license": "Apache-2.0",
"authors": [
{
"name": "Mohammed alarayshi",
"email": "[email protected]",
"homepage": "http://github.com/marayshi/PAMI/",
"role": "Developer"
},
{
"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": {
"phing/phing": "*",
"phpunit/phpunit": ">=5.7.27",
"marcelog/pagi": "*",
"codeclimate/php-test-reporter": ">=0.3.2",
"php-coveralls/php-coveralls": ">=1.0.2",
"phpmd/phpmd": ">=2.5.0",
"squizlabs/php_codesniffer": ">=3.4.0",
"sebastian/phpcpd": ">=3.0.1",
"phploc/phploc": "*",
"theseer/phpdox": "0.11.*",
"phpdocumentor/phpdocumentor": "*",
"evert/phpdoc-md" : "~0.2.0"
},
"replace": {
"dkgroot/pami": ">=2.0.1"
}
}