From 655fd648ba42c061032ad2d97562d477b11c807f Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Wed, 10 Jul 2019 14:48:32 +0000 Subject: [PATCH] Flesh out the composer.json file Add "authors" and "support" sections to the `composer.json` file. --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/composer.json b/composer.json index c296505..5053fd1 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,20 @@ "license": "GPL-2.0-only", "type": "wordpress-plugin", "readme": "README.md", + "authors": [ + { + "name": "Liquid Web", + "homepage": "https://www.liquidweb.com" + }, + { + "name": "Mindsize", + "homepage": "https://mindsize.me" + } + ], + "support": { + "issues": "https://github.com/liquidweb/woocommerce-custom-orders-table/issues", + "source": "https://github.com/liquidweb/woocommerce-custom-orders-table" + }, "require": { "composer/installers": "~1.0" },