Issue #2689639 by rakesh.gectcr: Add composer.json file to module
composer.json
0 → 100644
{ | ||
"name": "drupal/migrate_plus", | ||
"description": "Enhancements to core migration support.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0+", | ||
"homepage": "https://www.drupal.org/project/migrate_plus", | ||
"authors": [ | ||
{ | ||
"name": "Mike Ryan", | ||
"homepage":"https://www.drupal.org/u/mikeryan", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/migrate_plus", | ||
"irc": "irc://irc.freenode.org/drupal-migrate", | ||
"source": "https://cgit.drupalcode.org/migrate_plus" | ||
}, | ||
"minimum-stability": "dev", | ||
"require": {} | ||
} |
Please register or sign in to comment