Add composer json for direct composer inclusion
This commit is contained in:
parent
989918023b
commit
f8fae5fc27
1 changed files with 8 additions and 0 deletions
8
composer.json
Normal file
8
composer.json
Normal 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"
|
||||||
|
}
|
Reference in a new issue