composer.json 279 B

1234567891011
  1. {
  2. "name": "drupal/migrate_tools",
  3. "description": "Tools to assist in developing and running migrations.",
  4. "type": "drupal-module",
  5. "require-dev": {
  6. "drupal/coder": "^8"
  7. },
  8. "license": "GPL-2.0+",
  9. "require": {},
  10. "minimum-stability": "dev"
  11. }