Skip to content

Commit

Permalink
Adding mage repo to composer.json and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrozucca committed Aug 19, 2016
1 parent 03b6d81 commit ea42899
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,29 @@
"name": "mx/module-helper-bar",
"description": "Displays the magento product metadata and has an integrated commandline tool with various command shortcuts.",
"version": "1.0.0",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-backend": "100.1.*",
"magento/framework": "100.1.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "^100.1.0",
"magento/module-checkout": "^100.1.0",
"magento/module-eav": "^100.1.0",
"magento/module-developer": "^100.1.0",
"magento/module-config": "^100.1.0",
"magento/module-backend": "^100.1.0",
"magento/module-quote": "^100.1.0",
"magento/module-customer": "^100.1.0",
"magento/module-store": "^100.1.0"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit ea42899

Please sign in to comment.