Skip to content

Commit

Permalink
Add a Composer manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Sep 10, 2014
1 parent c433010 commit dbe1095
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "yahnis-elsts/plugin-update-checker",
"type": "library",
"description": "A custom update checker for WordPress plugins. Useful if you can't host your plugin in the official WP plugin repository but still want it to support automatic plugin updates.",
"keywords": ["wordpress", "plugin updates", "automatic updates"],
"homepage": "https://github.com/YahnisElsts/plugin-update-checker/",
"license": "GPL",
"authors": [
{
"name": "Yahnis Elsts",
"email": "whiteshadow@w-shadow.com",
"homepage": "http://w-shadow.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0"
}
}

0 comments on commit dbe1095

Please sign in to comment.