We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fa293 commit f179f5fCopy full SHA for f179f5f
composer.json
@@ -5,9 +5,12 @@
5
"homepage": "https://github.com/fuzionnz/webform_migrate_plus",
6
"license": "GPL-2.0-or-later",
7
"require": {
8
- "drupal/webform_civicrm": "^6.1",
9
- "drupal/webform_migrate": "^1.0",
10
- "drupal/migrate_plus": "^6.0"
+ "drupal/migrate_plus":"^6.0",
+ "drupal/migrate_tools":"^6.0",
+ "drupal/migrate_upgrade":"^4.0",
11
+ "drupal/webform_civicrm": "^6.1",
12
+ "drupal/webform_migrate": "^1.0",
13
+ "drupal/migrate_plus": "^6.0"
14
},
15
"minimum-stability": "dev"
16
}
0 commit comments