Explorar el Código

Support migrate_tools RC versions.

Frederic G. MARAND hace 7 años
padre
commit
6c20dc979f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 }