-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
51 lines (51 loc) · 1.39 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
{
"name": "mlocati-concrete5-packages/redirect",
"description": "This ConcreteCMS/concrete5 addon installs a block type that when added to a page allows you to redirect visitors to this page to another page that you specify or an external URL.",
"type": "concrete5-package",
"keywords": [
"concrete",
"concrete cms",
"concrete5",
"addon",
"add-on",
"extension",
"redirect",
"block",
"user",
"users",
"visitors",
"browse",
"ip",
"range",
"os",
"operating system",
"group",
"groups"
],
"homepage": "https://marketplace.concretecms.com/marketplace/addons/redirect",
"license": "MIT",
"authors": [
{
"name": "Michele Locati",
"email": "michele@locati.it",
"homepage": "https://mlocati.github.io/",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/concrete5-community/redirect/issues",
"source": "https://github.com/concrete5-community/redirect"
},
"require": {
"concrete5/core": ">=8.2.0",
"piwik/device-detector": "^3.10"
},
"config": {
"preferred-install": "dist",
"platform": {
"php": "5.5.9"
},
"classmap-authoritative#": true,
"sort-packages": true
}
}