-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
67 lines (67 loc) · 1.41 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
{
"name": "dd/evolutioncms-plugins-managermanager-mm_ddselectdocuments",
"version": "1.6.0",
"description": "A widget for ManagerManager that makes selection of documents IDs easier.",
"keywords": [
"modx",
"modx evo",
"modx evolution",
"evo",
"evo cms",
"evolutioncms",
"evolution cms",
"dd group",
"dd studio",
"divandesign",
"managermanager",
"mm",
"mm widget",
"mm_ddselectdocuments",
"select documents",
"documents selection",
"select documents ids",
"select children ids"
],
"homepage": "https://code.divandesign.biz/modx/mm_ddselectdocuments",
"support": {
"chat": "https://t.me/dd_code"
},
"authors": [
{
"name": "DD Group",
"email": "[email protected]",
"homepage": "https://code.divandesign.biz",
"role": "Owner"
},
{
"name": "Ilyas Ronef",
"email": "[email protected]",
"homepage": "https://ronef.ru",
"role": "Developer"
},
{
"name": "Vladislav Lavrov",
"homepage": "https://github.com/Tornek",
"role": "Developer"
},
{
"name": "Andrey Demchenko",
"homepage": "https://github.com/deversjkee",
"role": "Developer"
},
{
"name": "Sergey Kuzminykh",
"homepage": "https://github.com/Aranen",
"role": "Developer"
},
{
"name": "Andrey Dunaev",
"homepage": "https://github.com/svolochev",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"dd/evolutioncms-plugins-managermanager": ">=0.7.0"
}
}