Skip to content

Commit

Permalink
fix composer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas van Staden committed Dec 22, 2016
1 parent 1bd95ac commit 597f6ac
Showing 1 changed file with 37 additions and 22 deletions.
59 changes: 37 additions & 22 deletions composer.json
@@ -1,25 +1,40 @@
{
"name": "proxiblue/newrelic",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/ProxiBlue/NewRelic",
"description": "Magento extension to integrate New Relic",
"authors": [
{
"name": "Lucas van Staden",
"email": "sales@proxiblue.com.au"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
["/app/code/community/ProxiBlue/NewRelic/", "/app/code/community/ProxiBlue/NewRelic/"],
["/app/etc/modules/ProxiBlue_NewRelic.xml", "/app/etc/modules/ProxiBlue_NewRelic.xml"],
["/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml", "/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml"],
["/app/code/local/Mage/Core/Exception.php", "/app/code/local/Mage/Core/Exception.php"],
["/js/newrelic.js", "/js/newrelic.js"],
]
"name": "proxiblue/newrelic",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/ProxiBlue/NewRelic",
"description": "Magento extension to integrate New Relic",
"authors": [
{
"name": "Lucas van Staden",
"email": "sales@proxiblue.com.au"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
[
"/app/code/community/ProxiBlue/NewRelic/",
"/app/code/community/ProxiBlue/NewRelic/"
],
[
"/app/etc/modules/ProxiBlue_NewRelic.xml",
"/app/etc/modules/ProxiBlue_NewRelic.xml"
],
[
"/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml",
"/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml"
],
[
"/app/code/local/Mage/Core/Exception.php",
"/app/code/local/Mage/Core/Exception.php"
],
[
"/js/newrelic.js",
"/js/newrelic.js"
]
]
}
}

0 comments on commit 597f6ac

Please sign in to comment.