forked from mikopbx/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
95 lines (94 loc) · 2.46 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "mikopbx/core",
"description": "Free PBX system for SMB based on Asterisk",
"homepage": "https://www.mikopbx.com",
"require": {
"ext-curl": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-phalcon": "^4.1.0",
"ext-posix": "*",
"ext-simplexml": "*",
"ext-sockets": "*",
"ext-sqlite3": "*",
"ext-zip": "*",
"ext-pdo": "*",
"ext-pcntl": "*",
"pda/pheanstalk": "^4.0",
"php-school/cli-menu": "^4.0",
"php-school/terminal": "^0.2.1",
"phpmailer/phpmailer": "^6.1",
"recoil/react": "^1.0",
"recoil/recoil": "^1.0",
"repejota/nats": "0.8.4",
"sentry/sdk": "^3.1.0",
"guzzlehttp/guzzle":"^7.0",
"filp/whoops": "^2.12.1"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit-selenium": "^8.0",
"php-webdriver/webdriver": "^1.8",
"browserstack/browserstack-local": "^1.1",
"blackfire/php-sdk": "^1.22",
"phalcon/incubator-test": "v1.0.0-alpha.1"
},
"autoload": {
"psr-4": {
"MikoPBX\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"MikoPBX\\Tests\\": "tests/"
}
},
"type": "application",
"keywords": [
"pbx",
"asterisk",
"freepbx",
"mikopbx",
"sip",
"voip",
"phalcon",
"telephony",
"uc"
],
"license": "GPL-3.0-or-later",
"support": {
"email": "[email protected]",
"wiki": "https://wiki.mikopbx.com",
"issues": "https://github.com/mikopbx/Core/issues",
"source": "https://github.com/mikopbx/Core",
"forum": "https://qa.askozia.ru",
"chat": "https://t.me/mikopbx_dev"
},
"authors": [
{
"name": "Alexey Portnov",
"email": "[email protected]",
"homepage": "https://www.facebook.com/PortnovAlexey",
"role": "Developer"
},
{
"name": "Nikolay Beketov",
"email": "[email protected]",
"homepage": "http://facebook.com/jorikfon",
"role": "Developer"
}
],
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/mikopbx"
}
],
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.6"
}
}
}