composer.json 704 B

123456789101112131415161718192021222324
  1. {
  2. "name": "drupal/migrate_plus",
  3. "description": "Enhancements to core migration support.",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "homepage": "https://www.drupal.org/project/migrate_plus",
  7. "authors": [
  8. {
  9. "name": "Mike Ryan",
  10. "homepage":"https://www.drupal.org/u/mikeryan",
  11. "role": "Maintainer"
  12. }
  13. ],
  14. "support": {
  15. "issues": "https://www.drupal.org/project/issues/migrate_plus",
  16. "irc": "irc://irc.freenode.org/drupal-migrate",
  17. "source": "https://cgit.drupalcode.org/migrate_plus"
  18. },
  19. "minimum-stability": "dev",
  20. "require": {},
  21. "suggest": {
  22. "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
  23. }
  24. }