Files
farmOS-dev/web/modules/migrate_tools/composer.json
2024-12-10 15:08:16 +01:00

50 lines
1.3 KiB
JSON

{
"name": "drupal/migrate_tools",
"description": "Tools to assist in developing and running migrations.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/migrate_tools",
"authors": [
{
"name": "Mike Ryan",
"homepage":"https://www.drupal.org/u/mikeryan",
"role": "Maintainer"
},
{
"name": "Lucas Hedding",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/migrate_tools",
"slack": "#migrate",
"source": "https://git.drupalcode.org/project/migrate_tools"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "stable",
"prefer-stable": false,
"config": {
"preferred-install": "dist"
},
"require": {
"php": ">=7.4",
"drupal/core": ">=9.1"
},
"require-dev": {
"drupal/migrate_source_csv": ">=3",
"drush/drush": ">=11",
"drupal/migrate_plus": ">=5"
},
"suggest": {
"drush/drush": ">=11",
"drupal/migrate_plus": ">=5"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": ">=9"
}
}
}
}