From 412ce4ff7d5757ff9abb71f6de1765f88e91821b Mon Sep 17 00:00:00 2001 From: Rik ter Beek Date: Mon, 7 Nov 2016 13:20:26 +0100 Subject: [PATCH] Fix dependency 2.0.0 version --- composer.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index a2143a556..24fa03874 100755 --- a/composer.json +++ b/composer.json @@ -9,19 +9,19 @@ ], "require": { "php": "~5.5.0|~5.6.0|~7.0.0", - "magento/module-config": "100.0.*|100.1.*", - "magento/module-store": "100.0.*|100.1.*", - "magento/module-checkout": "100.0.*|100.1.*", - "magento/module-catalog": "100.0.*|101.0.*", - "magento/module-sales": "100.0.*|100.1.*", - "magento/module-customer": "100.0.*|100.1.*", - "magento/module-payment": "100.0.*|100.1.*", - "magento/module-quote": "100.0.*|100.1.*", - "magento/module-backend": "100.0.*|100.1.*", - "magento/module-directory": "100.0.*|100.1.*", - "magento/module-theme": "100.0.*|100.1.*", - "magento/module-paypal": "100.0.*|100.1.*", - "magento/framework": "100.0.*|100.1.*", + "magento/module-config": "100.1.*", + "magento/module-store": "100.1.*", + "magento/module-checkout": "100.1.*", + "magento/module-catalog": "101.0.*", + "magento/module-sales": "100.1.*", + "magento/module-customer": "100.1.*", + "magento/module-payment": "100.1.*", + "magento/module-quote": "100.1.*", + "magento/module-backend": "100.1.*", + "magento/module-directory": "100.1.*", + "magento/module-theme": "100.1.*", + "magento/module-paypal": "100.1.*", + "magento/framework": "100.1.*", "adyen/php-api-library": "*" }, "autoload": {