Create composer.json

This commit is contained in:
Ingo Schommer 2013-01-03 13:21:56 -08:00
parent e801e91636
commit 3c725ce8f2
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": "~2.3"
}
}