From 52b4683c9a1146a759a897ece42099e470e9ba9b Mon Sep 17 00:00:00 2001 From: "Peter J. Herrel" Date: Mon, 27 Feb 2017 15:33:20 +0100 Subject: [PATCH] add composer support --- composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a51e756 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name" : "diggy/polylang-body-class", + "description" : "Adds prefixed and sanitized locale to body classes", + "keywords" : ["wordpress", "polylang"], + "type" : "wordpress-plugin", + "homepage" : "https://github.com/diggy/polylang-body-class", + "license" : "GPL2", + "authors" : [ + { + "name" : "Peter J. Herrel", + "email" : "peterherrel@gmail.com", + "homepage": "https://github.com/diggy" + } + ], + "support" : { + "issues": "https://github.com/diggy/polylang-body-class/issues" + } +}