forked from Blanca-Esqueda/content_sync
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.09 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
39
40
41
42
43
44
45
46
47
48
{
"name": "drupal/content_sync",
"description": "Content Sync functionality.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/content_sync",
"authors": [
{
"name": "Blanca.Esqueda",
"homepage": "https://www.drupal.org/u/blancaesqueda",
"role": "Maintainer"
},
{
"name": "David Gil Hidalgo",
"homepage": "https://www.drupal.org/u/dabito",
"role": "Maintainer"
},
{
"name": "David Nova",
"homepage": "https://www.drupal.org/u/david4lim",
"role": "Maintainer"
},
{
"name": "Andrés Moncada",
"homepage": "https://www.drupal.org/u/acmoncadab4",
"role": "Contributor"
},
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2865869/committers"
}
],
"support": {
"issues": "http://drupal.org/project/content_sync"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"suggest": {},
"require": {
"drupal/core": "^8.6.10"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}