12345678910111213141516171819202122232425262728 |
- {
- "name": "drupal/migrate_tools",
- "description": "Tools to assist in developing and running migrations.",
- "type": "drupal-module",
- "homepage": "http://drupal.org/project/migrate_tools",
- "support": {
- "issues": "http://drupal.org/project/migrate_tools",
- "irc": "irc://irc.freenode.org/drupal-migrate",
- "source": "http://cgit.drupalcode.org/migrate_tools"
- },
- "license": "GPL-2.0-or-later",
- "require": {
- "drupal/migrate_plus": "^4"
- },
- "require-dev": {
- "drupal/migrate_plus": "4.x-dev",
- "drupal/migrate_source_csv": "^2.2",
- "drush/drush": "^9"
- },
- "minimum-stability": "dev",
- "extra": {
- "drush": {
- "services": {
- "drush.services.yml": "^9"
- }
- }
- }
- }
|