Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OddBrew committed Mar 14, 2018
1 parent bfd50d3 commit 8410282
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": "oddbrew/oddbrew_mailviewer",
"type": "magento-module",
"license":"BSD-3-Clause",
"description":"A context-aware transactional mail pre-viewer for Magento.",
"authors":[
{
"name":"Alexandre Fayette",
"email":"alexandre.fayette@gmail.com"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
}
}

0 comments on commit 8410282

Please sign in to comment.