mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Create composer.json
This commit is contained in:
parent
e801e91636
commit
3c725ce8f2
15
composer.json
Normal file
15
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user