From dbe109557b2cc6491cdd5433aa2d3e58b38d6622 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Wed, 10 Sep 2014 18:41:18 +0300 Subject: [PATCH] Add a Composer manifest --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..14e860a2 --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file