From 9858b5f01ad8020e6659097b93abf5e5d9b6d781 Mon Sep 17 00:00:00 2001 From: Ward Cappelle Date: Thu, 7 Jul 2016 14:12:12 +0200 Subject: [PATCH] Made the toolkit composer config compatible with Magento 2.1.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- composer.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5f7ebac..b53080508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2.1.0 +============= +* Added support for: + + * Magento CE version 2.1.0 + * Magento EE version 2.1.0 + 2.0.7 ============= * Added support for: diff --git a/README.md b/README.md index 4abb65dad..41a9f3010 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,11 @@ To update `composer.json`: Exact version example: - composer require magento/data-migration-tool:2.0.0 + composer require magento/data-migration-tool:2.1.0 Next significant release example: - composer require magento/data-migration-tool:~2.0.0 + composer require magento/data-migration-tool:~2.1.0 9. Wait while dependencies are installed. diff --git a/composer.json b/composer.json index c39f27b96..e8d3bfff9 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "magento/data-migration-tool", "description": "Migration Tool", - "version": "2.0.7", + "version": "2.1.0", "require": { "symfony/console": "~2.3", - "magento/framework": "~100.0.0", + "magento/framework": "~100.1.0", "monolog/monolog": "~1.16.0" }, "autoload": {