-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 1.26 KB
/
composer.json
File metadata and controls
62 lines (62 loc) · 1.26 KB
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
{
"name": "dd/evolutioncms-snippets-ddgetdocuments",
"type": "modxevo-snippet",
"version": "1.8.0",
"description": "A snippet for fetching and parsing resources from the document tree or custom DB table by a custom rule.",
"keywords": [
"modx",
"modx evo",
"modx evolution",
"evo",
"evo cms",
"evolutioncms",
"evolution cms",
"divandesign",
"dd studio",
"dd group",
"get documents",
"ddgetdocuments"
],
"homepage": "https://code.divandesign.ru/modx/ddgetdocuments",
"support": {
"chat": "https://t.me/dd_code"
},
"authors": [
{
"name": "Ilyas Ronef",
"homepage": "https://ronef.me",
"role": "Owner"
},
{
"name": "Alexey Davydov",
"homepage": "https://github.com/davalemic",
"role": "Developer"
},
{
"name": "Vladislav Lavrov",
"homepage": "https://github.com/Tornek",
"role": "Developer"
},
{
"name": "Andrey Demchenko",
"homepage": "https://github.com/deversjkee",
"role": "Developer"
},
{
"name": "Pavel Unzhakov",
"homepage": "https://github.com/psthmn",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.6.0",
"dd/evolutioncms-libraries-ddtools": ">=0.62.0",
"composer/installers": "~1.0.0"
},
"autoload": {
"psr-4": {
"ddGetDocuments\\": "src/"
}
}
}