From e6fbe1ed88face482989a1e759bc2f52e01186d7 Mon Sep 17 00:00:00 2001 From: Alan Morkan Date: Thu, 11 Jun 2015 16:36:49 +0100 Subject: [PATCH 1/2] Adding composer.json --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2d9d1e1 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "description": "Meanbee Footerjs module", + "name": "meanbee/footerjs", + "require": { + "magento-hackathon/magento-composer-installer": "*" + }, + "type": "magento-module", + "version": "dev-master" +} \ No newline at end of file From 9ffa05051875c3bd919c5067c1ae5a2c2cd2e5da Mon Sep 17 00:00:00 2001 From: Alan Morkan Date: Thu, 11 Jun 2015 16:55:21 +0100 Subject: [PATCH 2/2] Fixing modman for composer install --- modman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modman b/modman index b6e8e21..cf69de8 100644 --- a/modman +++ b/modman @@ -1,2 +1,2 @@ -app/code/community/Meanbee/Footerjs app/code/community/Meanbee/Footerjs -app/etc/modules/* app/etc/modules/ +app/code/community/Meanbee/Footerjs/ app/code/community/Meanbee/Footerjs/ +app/etc/modules/Meanbee_Footerjs.xml app/etc/modules/Meanbee_Footerjs.xml \ No newline at end of file