-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 1.14 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
{
"name": "josephcrowell/wn-sitemappretty-plugin",
"type": "winter-plugin",
"description": "The Winter Sitemap Pretty plugin allows you to to prettify a sitemap.xml file generated by wn-sitemap-plugin for your website to make it human readable",
"keywords": [
"winter",
"cms",
"wintercms",
"sitemap",
"prettify",
"human",
"readable",
"format"
],
"homepage": "https://www.computerlink.com.au",
"license": "MIT",
"authors": [
{
"name": "Sozonov Alexey",
"homepage": "https://bitbucket.org/sozonovalexey",
"role": "Original Author"
},
{
"name": "Joseph Crowell",
"email": "[email protected]",
"homepage": "https://computerlink.com.au",
"role": "Author"
}
],
"autoload": {
"psr-4": {
"JosephCrowell\\SitemapPretty\\": ""
}
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"winter/wn-sitemap-plugin": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}