-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.17 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "kanopi/grafting",
"description": "Installs and configures the migration supporting base modules.",
"keywords": ["recipe", "Drupal recipes", "drupal recipe"],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jason Savino",
"role": "Maintainer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"drupal/migrate_file_to_media": "^2.0",
"drupal/migrate_manifest": "^3.1",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_process_markdown_to_html": "^1.1",
"drupal/migrate_scanner": "^1.1",
"drupal/migrate_skip_on_404": "^1.1",
"drupal/migrate_source_ui": "^1.0",
"drupal/migrate_tools": "^6.0",
"drupal/migrate_upgrade": "^4.0",
"drupal/migrate_url2link": "^1.0",
"drupal/views_migration": "^1.2",
"drupal/migration_tools": "^2.8",
"drupal/wordpress_migrate": "^3.0@alpha"
}
}