-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 992 Bytes
/
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
{
"name": "dd/evolutioncms-snippets-ddstringtools",
"type": "modxevo-snippet",
"version": "2.2.0",
"description": "Tools for modifying strings.",
"keywords": [
"modx",
"modx evo",
"modx evolution",
"evo",
"evo cms",
"evolution cms",
"ddstringtools",
"strings",
"markdown",
"parse markdown",
"typograph",
"typography",
"strip tags",
"html special chars",
"escape for js",
"js escaping",
"url encode"
],
"homepage": "https://code.divandesign.ru/modx/ddstringtools",
"support": {
"chat": "https://t.me/dd_code"
},
"authors": [
{
"name": "Ilyas Ronef",
"homepage": "https://ronef.me",
"role": "Owner"
},
{
"name": "Alexey Davydov",
"role": "Developer"
},
{
"name": "Andrey Demchenko",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"dd/evolutioncms-libraries-ddtools": ">=0.60.0",
"dd/evolutioncms-snippets-ddtypograph": ">=2.6.0"
},
"autoload": {
"psr-4": {
"ddStringTools\\": "src/"
}
}
}