-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 906 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 906 Bytes
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
{
"name": "drupal/ud_staff",
"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-basic",
"issues": "https://github.com/dinarcon/drupal-migrations-basic/issues"
},
"require": {
"drupal/core": "^8 | ^9",
"drupal/address": "^1.9",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^5.0",
"drupal/paragraphs": "^1.12"
},
"suggest": {
"drush/drush": "Drush 10.3.x required. Execute commands provided by migrate_tools <=5."
},
"minimum-stability": "dev"
}