Add composer.json

This commit is contained in:
Will Rossiter 2012-12-08 11:55:46 +13:00
parent f41fd87624
commit 3785409b3d
1 changed files with 15 additions and 0 deletions

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "silverstripe-labs/googlesitemaps",
"description": "SilverStripe 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", "googlesitemaps", "seo"],
"homepage": "https://github.com/silverstripe-labs/silverstripe-googlesitemaps",
"license": "BSD",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": "3.*"
}
}