Browse Source

Add Composer integration.

Frederic G. MARAND 7 years ago
parent
commit
b57721f76a
2 changed files with 18 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 17 0
      composer.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/vendor/

+ 17 - 0
composer.json

@@ -0,0 +1,17 @@
+{
+    "authors": [
+        {
+            "name": "Frederic G. MARAND",
+            "email": "fgm@osinet.fr"
+        }
+    ],
+    "description": "Export and re-import the contents of a Drupal site.",
+    "license": "GPL-2.0+",
+    "minimum-stability": "dev",
+    "name": "drupal/reinstall",
+    "require": {
+        "drupal/migrate_plus": "^2.0",
+        "drupal/migrate_tools": "^3.0"
+    },
+    "type": "drupal-module"
+}