news/plugins/sitemap/composer.json

31 lines
687 B
JSON

{
"name": "trilbymedia/sitemap",
"type": "grav-sitemap",
"description": "Provide automatically generated **XML sitemaps** with this very useful, but simple to configure, Grav plugin.",
"keywords": ["plugin"],
"homepage": "https://github.com/getgrav/grav-plugin-sitemap",
"license": "MIT",
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\Sitemap\\": "classes/"
},
"classmap": ["sitemap.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}