Skip to content

Commit

Permalink
Merge pull request #73 from Automattic/ryanmarkel-patch-1
Browse files Browse the repository at this point in the history
Add Composer support
  • Loading branch information
mjangda committed May 14, 2015
2 parents c5c3be9 + d45e842 commit 6db5ec4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name" : "automattic/msm-sitemap",
"description": "Comprehensive sitemaps for your WordPress.com VIP site.",
"homepage" : "https://vip.wordpress.com/plugins/msm-sitemap/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"require" : {
"composer/installers": "~1.0"
}
}

0 comments on commit 6db5ec4

Please sign in to comment.