From f84f8e307fe2e68c53d7fddd3b444ea242161cf3 Mon Sep 17 00:00:00 2001 From: davidverholen Date: Thu, 30 Apr 2015 10:31:32 +0200 Subject: [PATCH] add composer.json --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7436e41 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "wigman/ajax-swatches", + "license": "MIT", + "type": "magento-module", + "description": "Wigman AjaxSwatches", + "authors": [ + { + "name": "Willem Wigman" + } + ] +} \ No newline at end of file