composer.json 427 B

1234567891011121314151617
  1. {
  2. "authors": [
  3. {
  4. "name": "Frederic G. MARAND",
  5. "email": "fgm@osinet.fr"
  6. }
  7. ],
  8. "description": "Export and re-import the contents of a Drupal site.",
  9. "license": "GPL-2.0+",
  10. "minimum-stability": "dev",
  11. "name": "drupal/reinstall",
  12. "require": {
  13. "drupal/migrate_plus": "^4.0@beta",
  14. "drupal/migrate_tools": "^4.0"
  15. },
  16. "type": "drupal-module"
  17. }