Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Jun 12, 2014
1 parent 29c6869 commit 2ec279f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name":"fballiano/magento-full-catalog-translate",
"license":"OSL-3.0",
"type":"magento-module",
"description":"Magento full catalog translation via Google Translate API",
"homepage":"https://github.com/fballiano/magento-full-catalog-translate",
"require":{
"php":">=5.3.0",
"magento-hackathon/magento-composer-installer":"*"
},
"repositories":[
{
"type":"composer",
"url":"http://packages.firegento.com"
}
],
"authors":[
{
"name":"Fabrizio Balliano",
"email":"[email protected]",
"homepage":"http://fabrizioballiano.it",
"role":"Developer"
}
]
}

0 comments on commit 2ec279f

Please sign in to comment.