Skip to content

Commit

Permalink
Add untested composer and modman file
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed May 26, 2015
1 parent 23d0dea commit 4939385
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "yireo/magebridgecore",
"license": "OSL-3.0",
"type": "magento-module",
"homepage": "https://www.yireo.com/software/magebridge",
"description": "Core Magento module to bridge Joomla with Magento",
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev":{
"phpunit/phpunit":"*",
"composer/composer":"*@dev"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra":{
"magento-root-dir": "source/"
}
}

0 comments on commit 4939385

Please sign in to comment.