Browse Source

by Michael Bornand: compatibility with Drupal post 8.3.0

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

+ 2 - 2
composer.json

@@ -10,8 +10,8 @@
     "minimum-stability": "dev",
     "name": "drupal/reinstall",
     "require": {
-        "drupal/migrate_plus": "^2.0",
-        "drupal/migrate_tools": "^3.0@RC"
+        "drupal/migrate_plus": "^4.0@beta",
+        "drupal/migrate_tools": "^4.0"
     },
     "type": "drupal-module"
 }