From 76ab0c8ea153f9de7821426f5021d8bb2af0eca7 Mon Sep 17 00:00:00 2001 From: Zhmayev Yaroslav Date: Tue, 4 Oct 2016 15:09:00 +0300 Subject: [PATCH] adding composer.json file so this plugin can be installed via composer ("vcs" repository type) --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d05496b --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name" : "elliotcondon/advanced-custom-fields-pro", + "description" : "Customise WordPress with powerful, professional and intuitive fields", + "type" : "wordpress-plugin", + "keywords" : [ "wordpress", "plugin", "custom fields", "acf" ], + "homepage" : "http://www.advancedcustomfields.com/", + "license" : "GPLv2", + "version" : "5.4.6" +}