From 30781cf41a5987dec49ccf5a5a2a029ba5520191 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 26 Jan 2015 14:39:04 +0000 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..441b770 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "magento-hackathon/perfect_watermarks", + "type": "magento-module", + "description": "Replacement for Magento's GD2 image adapter with imagemagick", + "license": "OSL-3.0", + "authors": [ + { + "name": "Karl Spies" + }], + "homepage": "https://github.com/magento-hackathon/Perfect_Watermarks" +}