From f8fae5fc27c6fbfc0b6dd41735f317c5ceecbd28 Mon Sep 17 00:00:00 2001 From: Louis Elkner-Alfaro Date: Wed, 13 Sep 2023 11:18:23 -0700 Subject: [PATCH] Add composer json for direct composer inclusion --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 composer.json 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" +}