From 1f64420a721af7808fe2a06122eec7002ae38d91 Mon Sep 17 00:00:00 2001 From: Alex Paliarush Date: Thu, 3 Nov 2016 16:47:53 -0500 Subject: [PATCH] MAGETWO-60477: Invalid SalesInventory module version - 2.1 --- app/code/Magento/SalesInventory/composer.json | 2 +- composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/code/Magento/SalesInventory/composer.json b/app/code/Magento/SalesInventory/composer.json index dc094fba5adfe..8c1ce36c1c3e3 100644 --- a/app/code/Magento/SalesInventory/composer.json +++ b/app/code/Magento/SalesInventory/composer.json @@ -10,7 +10,7 @@ "magento/framework": "100.1.*" }, "type": "magento2-module", - "version": "100.0.0", + "version": "100.1.0", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/composer.json b/composer.json index 8a5da9dfd0eb7..46b4be108c1ce 100644 --- a/composer.json +++ b/composer.json @@ -150,7 +150,7 @@ "magento/module-rule": "100.1.1", "magento/module-sales": "100.1.2", "magento/module-sales-rule": "100.1.1", - "magento/module-sales-inventory": "100.0.0", + "magento/module-sales-inventory": "100.1.0", "magento/module-sales-sequence": "100.1.1", "magento/module-sample-data": "100.1.1", "magento/module-search": "100.1.1", diff --git a/composer.lock b/composer.lock index 20bf7502a3038..393ae00995177 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ed52cee03585b03aa67f35ec343e8d84", - "content-hash": "256670694e1f9129b9e9eefd9e06da56", + "hash": "f9a5973e1a60ba0f64303dd6508b8c5e", + "content-hash": "44a63938140b37544d716bf10f447765", "packages": [ { "name": "braintree/braintree_php", @@ -3114,16 +3114,16 @@ }, { "name": "fabpot/php-cs-fixer", - "version": "v1.12.2", + "version": "v1.12.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "baa7112bef3b86c65fcfaae9a7a50436e3902b41" + "reference": "78a820c16d13f593303511461eefa939502fb2de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/baa7112bef3b86c65fcfaae9a7a50436e3902b41", - "reference": "baa7112bef3b86c65fcfaae9a7a50436e3902b41", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/78a820c16d13f593303511461eefa939502fb2de", + "reference": "78a820c16d13f593303511461eefa939502fb2de", "shasum": "" }, "require": { @@ -3169,7 +3169,7 @@ ], "description": "A tool to automatically fix PHP code style", "abandoned": "friendsofphp/php-cs-fixer", - "time": "2016-09-27 07:57:59" + "time": "2016-10-30 12:07:10" }, { "name": "lusitanian/oauth",