magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
334 stars 200 forks source link

Magento 2.4.6 compatibiliy #913

Closed Nuranto closed 1 year ago

Nuranto commented 1 year ago

Steps to reproduce

  1. upgrade to Magento 2.4.6

Expected result

  1. upgrade does not give error

Actual result

Problem 1
    - symfony/console[v4.4.0, ..., v4.4.8] require php ^7.1.3 -> your php version (8.1.14) does not satisfy that requirement.
    - Root composer.json requires magento/data-migration-tool 2.4.5 -> satisfiable by magento/data-migration-tool[2.4.5].
    - Conclusion: don't install symfony/console v5.4.21 (conflict analysis result)
    - magento/product-community-edition 2.4.6 requires magento/magento2-base 2.4.6 -> satisfiable by magento/magento2-base[2.4.6].
    - Root composer.json requires magento/product-community-edition 2.4.6 -> satisfiable by magento/product-community-edition[2.4.6].
    - magento/data-migration-tool 2.4.5 requires symfony/console ~4.4.0 -> satisfiable by symfony/console[v4.4.0, ..., v4.4.49].
    - You can only install one version of a package, so only one of these can be installed: symfony/console[2.0.4, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.21, v6.0.0, ..., v6.2.7].
    - magento/magento2-base 2.4.6 requires symfony/console ^5.4 -> satisfiable by symfony/console[v5.4.0, ..., v5.4.21].
    - Conclusion: don't install symfony/console v5.4.3 (conflict analysis result)

Additional notes

It seems you planned to release version 2.4.6 for data-migration-tools, however I didn't see any bump of version for symfony/console, so I guess it won't work better with 2.4.6

m2-assistant[bot] commented 1 year ago

Hi @Nuranto. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information. Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.

Nuranto commented 1 year ago

Ok, I'm blind, there is a bump : "symfony/console": "^5.4",

Sorry about that, I'll wait for the release then.