Add composer json for direct composer inclusion

This commit is contained in:
Louis Elkner-Alfaro 2023-09-13 11:18:23 -07:00
parent 989918023b
commit f8fae5fc27

8
composer.json Normal file
View file

@ -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"
}