Skip to content
Snippets Groups Projects
Commit 88a34deb authored by Rakesh James's avatar Rakesh James Committed by Mike Ryan
Browse files

Issue #2689639 by rakesh.gectcr: Add composer.json file to module

parent 4f98bf35
No related branches found
No related tags found
No related merge requests found
{
"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": {}
}
......@@ -5,7 +5,7 @@
* Provides enhancements for implementing and managing migrations.
*/
use Drupal\migrate\Entity\MigrationInterface;
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate\Plugin\MigrateSourceInterface;
use Drupal\migrate\Row;
use Drupal\migrate_plus\Entity\MigrationGroup;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment