forked from Dolphiq/craft-plugin-redirect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·51 lines (51 loc) · 1.41 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": "dolphiq/redirect",
"description": "Craft redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 error pages.",
"type": "craft-plugin",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"redirect",
"seo",
"craft3"
],
"platform": {
"php": "8.0|8.1"
},
"license": "MIT",
"support": {
"docs": "https://github.com/Dolphiq/craft3-plugin-redirect/blob/master/README.md",
"issues": "https://github.com/Dolphiq/craft3-plugin-redirect/issues"
},
"authors": [
{
"name": "Dolphiq",
"email": "[email protected]",
"homepage": "https://dolphiq.nl/"
}
],
"require": {
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"dolphiq\\redirect\\": "src/"
}
},
"extra": {
"name": "Redirect Manager",
"handle": "redirect",
"schemaVersion": "1.0.5",
"developer": "Dolphiq",
"developerUrl": "https://dolphiq.nl/",
"description": "Craft redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 error pages.",
"hasCpSettings": true,
"hasCpSection": true,
"documentationUrl": "https://github.com/Dolphiq/craft3-plugin-redirect/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/Dolphiq/craft3-plugin-redirect/master/CHANGELOG.md",
"class": "dolphiq\\redirect\\RedirectPlugin"
}
}