-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.2 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.2 KB
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
{
"name": "winter/wn-sitemap-plugin",
"type": "winter-plugin",
"description": "Sitemap plugin for Winter CMS",
"homepage": "https://github.com/wintercms/wn-sitemap-plugin",
"keywords": ["winter cms", "winter", "plugin", "cms", "sitemap"],
"license": "MIT",
"authors": [
{
"name": "Alexey Bobkov",
"email": "aleksey.bobkov@gmail.com",
"role": "Original Author"
},
{
"name": "Samuel Georges",
"email": "daftspunky@gmail.com",
"role": "Original Author"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-sitemap-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-sitemap-plugin"
},
"require": {
"php": ">=8.1",
"composer/installers": "~1.0",
"winter/wn-backend-module": "^1.2.8 || dev-develop"
},
"replace": {
"rainlab/sitemap-plugin": "~1.0"
},
"extra": {
"installer-name": "sitemap"
}
}