Skip to content

Commit

Permalink
Add composer.json to be able to install it via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jan 7, 2020
1 parent 4e251ab commit df252a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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."
}
}

0 comments on commit df252a6

Please sign in to comment.