Skip to content

Commit

Permalink
Add Composer support
Browse files Browse the repository at this point in the history
This is for completely selfish reasons, but it's probably a good idea anyway. :)
  • Loading branch information
ryanmarkel committed May 14, 2015
1 parent c5c3be9 commit d45e842
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
@@ -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 d45e842

Please sign in to comment.