Skip to content

Commit

Permalink
Made the toolkit composer config compatible with Magento 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wardcapp committed Jul 7, 2016
1 parent 53aee57 commit 9858b5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9858b5f

Please sign in to comment.