
| Current Path : /var/www/html_old/abi/web/modules/contrib/migrate_tools/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abi/web/modules/contrib/migrate_tools/composer.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",
"require": {
"php": ">=7.1",
"drupal/migrate_plus": "^5",
"drupal/core": "^8.8 | ^9"
},
"require-dev": {
"drupal/migrate_plus": "^5",
"drupal/migrate_source_csv": "^3",
"drush/drush": "^10"
},
"suggest": {
"drush/drush": "^9 || ^10"
},
"minimum-stability": "dev",
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
}
}