diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..46c2e31 --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "drupal/migration_helpers", + "description": "Provides helpers to migrate data into modern Drupal.", + "type": "drupal-module", + "license": "GPL-2.0+", + "homepage": "https://git.agaric.com/agaric/migration_helpers", + "minimum-stability": "dev" +}