Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bragento committed Jan 20, 2014
1 parent 257b6ae commit 9c0a695
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "madalinoprea/magneto-debug",
"license": "OSL-3.0",
"type": "magento-module",
"description": "Based on robhudson's awesome work (https://github.com/robhudson/django-debug-toolbar) we've created a debug toolbar for Magento. It is installed as a Magento module without hacking Magento's core.",
"website": "https://github.com/madalinoprea/magneto-debug",
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"require-dev": {
},
"authors":[
{
"name":"Madalin Oprea"
}
]

}

0 comments on commit 9c0a695

Please sign in to comment.