diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7dace51 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "woocommerce/woocommerce-subscriptions-importer-exporter", + "description": "Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV. ", + "type": "wordpress-plugin", + "authors": [ + { + "name": "woocommerce" + } + ] +}