1234567891011121314151617 |
- {
- "authors": [
- {
- "name": "Frederic G. MARAND",
- "email": "fgm@osinet.fr"
- }
- ],
- "description": "Export and re-import the contents of a Drupal site.",
- "license": "GPL-2.0+",
- "minimum-stability": "dev",
- "name": "drupal/reinstall",
- "require": {
- "drupal/migrate_plus": "^2.0",
- "drupal/migrate_tools": "^3.0"
- },
- "type": "drupal-module"
- }
|