-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 1.01 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
{
"name": "drupal/ud_course",
"description": "Example for the Understand Drupal Migrations Course.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://understanddrupal.com/migrations",
"authors": [
{
"name": "Mauricio Dinarte",
"homepage":"https://www.drupal.org/u/dinarcon",
"role": "Maintainer"
}
],
"support": {
"source": "https://github.com/dinarcon/drupal-migrations-intermediate",
"issues": "https://github.com/dinarcon/drupal-migrations-intermediate/issues"
},
"require": {
"drupal/core": "^8 | ^9",
"drupal/metatag": "^1.15",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/paragraphs": "^1.12"
},
"suggest": {
"drupal/devel": "Get a list of available container services with devel-services command.",
"drupal/pathauto": "Provide patterns for path aliases.",
"drush/drush": "Drush 10.3.x required. Execute commands provided by migrate_tools <=5."
},
"minimum-stability": "dev"
}