Browse Source

Support migrate_tools RC versions.

Frederic G. MARAND 7 years ago
parent
commit
6c20dc979f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -11,7 +11,7 @@
     "name": "drupal/reinstall",
     "require": {
         "drupal/migrate_plus": "^2.0",
-        "drupal/migrate_tools": "^3.0"
+        "drupal/migrate_tools": "^3.0@RC"
     },
     "type": "drupal-module"
 }