From 2464fc5c0254b1d5d1309110d9c13d29d0f87a85 Mon Sep 17 00:00:00 2001 From: Teemu Suoranta Date: Fri, 30 Sep 2016 21:42:33 +0300 Subject: [PATCH] Composer.json added --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..71ca687 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "aucor/rp4wp-polylang-compatibility", + "description": "Related Posts for WordPress - Polylang Compatibility", + "license": "GPLv2 or later", + "type": "wordpress-plugin", + "homepage": "https://github.com/aucor/rp4wp-polylang-compatibility", + "authors": [ + { + "name": "Teemu Suoranta", + "email": "teemu@aucor.fi" + } + ] +} \ No newline at end of file