-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
61 lines (61 loc) · 1.28 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
{
"name": "mikopbx/moduleautoprovision",
"description": "ModuleAutoprovision",
"require": {
"mikopbx/core": ">=2020.2.757"
},
"autoload": {
"psr-4": {
"Modules\\ModuleAutoprovision\\": "/"
}
},
"type": "application",
"keywords": [
"pbx",
"asterisk",
"freepbx",
"mikopbx",
"sip",
"voip",
"phalcon",
"telephony",
"uc",
"autoprovision"
],
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/mikopbx/ModuleAutoprovision",
"support": {
"email": "help@mikopbx.com",
"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": "apor@miko.ru",
"homepage": "https://www.facebook.com/PortnovAlexey",
"role": "Developer"
},
{
"name": "Nikolay Beketov",
"email": "nbek@miko.ru",
"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"
}
}
}