Add a Composer manifest

This commit is contained in:
Yahnis Elsts 2014-09-10 18:41:18 +03:00
parent c43301056e
commit dbe109557b
1 changed files with 19 additions and 0 deletions

19
composer.json Normal file
View File

@ -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"
}
}