This commit is contained in:
vikas srivastava 2012-12-07 14:52:53 -08:00
commit 9c4b9f3f3f
1 changed files with 16 additions and 0 deletions

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "silverstripe-labs/googlesitemaps",
"description": "SilverStripe provides support for the Google Sitemaps XML system, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered by Google quickly.",
"type": "silverstripe-module",
"keywords": ["silverstripe-labs", "googlesitemaps", "map"],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}