Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_tools / composer.json
diff --git a/web/modules/contrib/migrate_tools/composer.json b/web/modules/contrib/migrate_tools/composer.json
new file mode 100644 (file)
index 0000000..d5c8fca
--- /dev/null
@@ -0,0 +1,27 @@
+{
+  "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+",
+  "require": {
+    "drupal/migrate_plus": "^4"
+  },
+  "require-dev": {
+    "drupal/coder": "^8",
+    "drupal/migrate_source_csv": "^2.2"
+  },
+  "minimum-stability": "dev",
+  "extra": {
+    "drush": {
+      "services": {
+        "drush.services.yml": "^9"
+      }
+    }
+  }
+}