From 8410282f3b8cca317982146333773dfb7fde72cb Mon Sep 17 00:00:00 2001 From: Oddbrew Date: Wed, 14 Mar 2018 13:47:48 +0100 Subject: [PATCH] add composer.json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..00610e3 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "oddbrew/oddbrew_mailviewer", + "type": "magento-module", + "license":"BSD-3-Clause", + "description":"A context-aware transactional mail pre-viewer for Magento.", + "authors":[ + { + "name":"Alexandre Fayette", + "email":"alexandre.fayette@gmail.com" + } + ], + "require": { + "magento-hackathon/magento-composer-installer": "*" + } +} \ No newline at end of file