composer.json 422 B

1234567891011121314
  1. {
  2. "name": "magento/data-migration-tool",
  3. "description": "Migration Tool",
  4. "version": "2.3.1",
  5. "require": {
  6. "symfony/console": "~4.1.0",
  7. "magento/framework": "*",
  8. "monolog/monolog": "^1.17"
  9. },
  10. "autoload": {
  11. "psr-4": {"Migration\\": ["src/Migration", "tests/unit/testsuite/Migration"]},
  12. "files" : ["src/Migration/cli_commands.php", "registration.php"]
  13. }
  14. }