diff --git a/composer.json b/composer.json index 3c73c4f..5c7bffb 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,15 @@ { - "name": "drobinson/aoe_gridsearch", - "license": "GPL-3.0+", - "type": "magento-module", - "description": "Added Magento Grid Search Functionality", - "require": { - "magento-hackathon/magento-composer-installer": "2.1.1" - }, - "authors":[ - { - "name":"David Robinson", - "email":"{firstname}.{lastname}@aoe.com" - } + "name": "drobinson/aoe_gridsearch", + "type": "magento-module", + "description": "Added Magento Grid Search Functionality", + "license": "GPL-3.0+", + "require": { + "magento-hackathon/magento-composer-installer": "*" + }, + "extra": { + "map": [ + ["app/etc/modules/Aoe_GridSearch.xml","app/etc/modules/Aoe_GridSearch.xml"], + ["app/code/community/Aoe/GridSearch/","app/code/community/Aoe/GridSearch/"] ] + } }