From ea428990e8edb7bc1c3b7dae10390976d1f1d5d3 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Fri, 19 Aug 2016 11:17:59 +0100 Subject: [PATCH] Adding mage repo to composer.json and dependencies --- composer.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 57cc649..eeed8b7 100644 --- a/composer.json +++ b/composer.json @@ -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"