12345678910111213141516171819202122232425 |
- {
- "name": "drupal/migrate_plus",
- "description": "Enhancements to core migration support.",
- "type": "drupal-module",
- "license": "GPL-2.0+",
- "homepage": "https://www.drupal.org/project/migrate_plus",
- "authors": [
- {
- "name": "Mike Ryan",
- "homepage":"https://www.drupal.org/u/mikeryan",
- "role": "Maintainer"
- }
- ],
- "support": {
- "issues": "https://www.drupal.org/project/issues/migrate_plus",
- "irc": "irc://irc.freenode.org/drupal-migrate",
- "source": "https://cgit.drupalcode.org/migrate_plus"
- },
- "minimum-stability": "dev",
- "require": {},
- "suggest": {
- "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
- }
- }
|