-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
59 lines (59 loc) · 1.2 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
{
"name": "dd/evolutioncms-libraries-ddtools",
"type": "modxevo-library-ddtools",
"version": "0.64.1",
"description": "A library with various tools facilitating your work.",
"keywords": [
"modx",
"modx evo",
"modx evolution",
"ddtools"
],
"homepage": "https://code.divandesign.ru/modx/ddtools",
"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"
},
{
"name": "Sergey Kuzminykh",
"homepage": "https://github.com/Aranen",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.6.0",
"dd/composer-plugin-modxevo-library-ddtools-installer": "1.0.5"
},
"autoload": {
"files": ["modx.ddtools.class.php"],
"psr-4": {
"DDTools\\": "src/"
}
}
}