-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
61 lines (61 loc) · 1.32 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": "dd/evolutioncms-snippets-ddgetmultiplefield",
"type": "modxevo-snippet",
"version": "3.10.0",
"description": "A snippet for processing, manipulations and custom output structured data (JSON or separated by delimiters strings).",
"keywords": [
"modx",
"modx evo",
"modx evolution",
"evo",
"evo cms",
"evolutioncms",
"evolution cms",
"dd group",
"dd studio",
"divandesign",
"ddgetmultiplefield",
"mm_ddMultipleFields",
"multiple fields",
"get multiple field",
"sort json"
],
"homepage": "https://code.divandesign.ru/modx/ddgetmultiplefield",
"support": {
"chat": "https://t.me/dd_code"
},
"authors": [
{
"name": "Ilyas Ronef",
"email": "[email protected]",
"homepage": "https://ronef.ru",
"role": "Owner"
},
{
"name": "Alexey Davydov",
"email": "[email protected]",
"homepage": "https://github.com/davalemic",
"role": "Developer"
},
{
"name": "Andrey Dunaev",
"homepage": "https://github.com/svolochev",
"role": "Developer"
},
{
"name": "Sergey Kuzminykh",
"homepage": "https://github.com/Aranen",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"dd/evolutioncms-libraries-ddtools": ">=0.62.0",
"dd/evolutioncms-snippets-ddtypograph": ">=2.5.0"
},
"autoload": {
"psr-4": {
"ddGetMultipleField\\": "src/"
}
}
}