From 05b51d99043022e311f0e87bd7e57099f797427d Mon Sep 17 00:00:00 2001 From: Dale Grant Date: Wed, 19 Feb 2020 13:30:00 +1100 Subject: [PATCH] Create composer.json Allows repo to be added via composer --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8ec6e7a --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "simplifycom/woocommerce-simplify-payment-gateway-plugin", + "description": "WooCommerce Payment Gateway plugin from Simplify Commerce", + "type": "wordpress-plugin", + "license": "Apache License 2.0", + "require": { + "composer/installers": "~1.0", + "php": ">=5.6" + }, + "repositories": [ + { + "type": "git", + "url" : "git@github.com:simplifycom/woocommerce-simplify-payment-gateway-plugin.git" + } + ] +}