diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..62543f3 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "monsieurbiz/mbiz_frontrevision", + "description": "Magento 1 module to be able to force JS and CSS refresh on client side", + "type": "magento-module", + "license": "MIT", + "authors": [ + { + "name": "Maxime Huran", + "email": "m.huran@monsieurbiz.com" + } + ], + "suggest": { + "magento-hackathon/magento-composer-installer": "Allows to manage this package as a dependency." + } +}