composer.json 629 B

1234567891011121314151617181920212223
  1. {
  2. "name": "drupal/migrate_tools",
  3. "description": "Tools to assist in developing and running migrations.",
  4. "type": "drupal-module",
  5. "homepage": "http://drupal.org/project/migrate_tools",
  6. "support": {
  7. "issues": "http://drupal.org/project/migrate_tools",
  8. "irc": "irc://irc.freenode.org/drupal-migrate",
  9. "source": "http://cgit.drupalcode.org/migrate_tools"
  10. },
  11. "license": "GPL-2.0+",
  12. "require-dev": {
  13. "drupal/coder": "^8"
  14. },
  15. "minimum-stability": "dev",
  16. "extra": {
  17. "drush": {
  18. "services": {
  19. "drush.services.yml": "^9"
  20. }
  21. }
  22. }
  23. }